Skip to content

checkdot/CheckDot.EVMBridgeContract

Repository files navigation

CheckDot.EVMBridgeContract

How it works

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.

How to run

Clone and initialize the repository:

$ git clone https://github.com/checkdot/CheckDot.EVMBridgeContract.git
$ cd CheckDot.EVMBridgeContract
$ npm i

Compile the project:

$ truffle compile

Local Deployment

And deploy locally

$ truffle deploy
$ truffle deploy --network development

How to test

$ truffle compile && truffle test --network development

Contributors

Jeremy Guyet

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published