This is just a demo - please do not use this in production!
Token deployed to: 0x48c560295504826f94CA0dfE120D4b540148D9b0
Bridge deployed to: 0x18076eee61806762750E8B5c20678EB4B05D695A
Token deployed to: 0xA736a3785a4554a55b57CAddf1C3973fd2CF9f11
Bridge deployed to: 0x895Fbe1BFBBC52EdD6948D153180cAbD71945F37
Token deployed to: 0xC40af1448fB9DbEEA037Ecd07db51106931e0BBB
Bridge deployed to: 0x27A23dC5fB4dD1A8D88fCff93d93e7E585c1d9fD
- Setup the project
npm install
- Deploy the bridges in both networks:
iota-defi.com
npx hardhat run --network iotadefi scripts/deploy-iota-defi.ts
IOTA EVM Testnet
npx hardhat run --network iscp scripts/deploy-iota.ts
- Start the Bridge API
npm start
- Test it!
Send ERC20 Tokens from iota-defi.com EVM to IOTA EVM Public Testnet (Helper script, in normal case, you will use metamask and a web3 app)
npx hardhat run --network iotadefi scripts/transfer-iotadefi-to-iotaEvm.ts