Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 581 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 581 Bytes

Graphlinq.EVMBridgeERC20Minter

How it works

It's a EVM Bridge Contract for bridging GLQ 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/GraphLinq/Graphlinq.EVMBridgeERC20Minter.git
$ cd Graphlinq.EVMBridgeERC20Minter
$ npm i

Compile the project:

$ npm run compile

Local Deployment

And deploy locally

$ npm run deploy

How to test

$ npm run test

License

MIT