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 iCompile the project:
$ npm run compileAnd deploy locally
$ npm run deploy$ npm run testMIT