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.
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
And deploy locally
$ npm run deploy
$ npm run test
MIT