A Solidity-based cross-chain bridging service supporting asset transfer between EVM-compatible blockchains.
- Node.js 22.18.0+
- npm 10.9.3+
bridge/
└── solidity/ # Smart contracts
├── contracts/ # Solidity contract source code
├── scripts/ # Contract deployment scripts
└── deploy.sh # Contract deployment script
- Source Chain: BSC and other EVM-compatible chains
- Target Chain: AiFi chain and other custom chains
cd solidity
npm installnpm run compilenpm run typechain- Cross-Chain Contract API Documentation - API interface details
- Contract Deployment Documentation - Detailed contract deployment guide