Skip to content

checkdot/CheckDot.EVMBridgeContract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors