Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

This is just a demo - please do not use this in production!

Notifications You must be signed in to change notification settings

iotabots/decentralized-bridges

Repository files navigation

Decentralized Bridge

This is just a demo - please do not use this in production!

overview

Binance Smart Chain (BSC) Testnet

Token deployed to: 0x48c560295504826f94CA0dfE120D4b540148D9b0
Bridge deployed to: 0x18076eee61806762750E8B5c20678EB4B05D695A

IOTA EVM Testnet

Token deployed to: 0xA736a3785a4554a55b57CAddf1C3973fd2CF9f11
Bridge deployed to: 0x895Fbe1BFBBC52EdD6948D153180cAbD71945F37

iota-defi.com

Token deployed to: 0xC40af1448fB9DbEEA037Ecd07db51106931e0BBB
Bridge deployed to: 0x27A23dC5fB4dD1A8D88fCff93d93e7E585c1d9fD

Manual Deployment

  1. Setup the project
npm install
  1. 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
  1. Start the Bridge API
npm start
  1. 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

About

This is just a demo - please do not use this in production!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published