It's a EVM Bridge Contract for bridging CDT or any token between two blockchains. This contract need an API for hook any deposits and make transfers on destination blockchain.
Clone and initialize the repository:
$ git clone https://github.com/checkdot/CheckDot.EVMBridgeContract.git
$ cd CheckDot.EVMBridgeContract
$ npm iCompile the project:
$ truffle compileAnd deploy locally
$ truffle deploy$ truffle deploy --network development$ truffle compile && truffle test --network developmentJeremy Guyet
MIT