- Proxy:
0x619Ad2D02dBeE6ebA3CDbDA3F98430410e892882 - Implementation:
0x8F548Df9A94Cc5cc06d67b2AAaAA787A327cE0D1 - AdvancedRoute Implementation:
0xeD4DF5d720F5FA036d16C971FdF409c202C3D8F6
Before running any command, make sure to install dependencies:
$ npm installCompile the smart contracts with Hardhat:
$ npm run compileCompile the smart contracts and generate TypeChain artifacts:
$ npm run typechainRun tests using interactive CLI
$ npm run test:runnerRun all the tests:
$ npm run testDeploy the contracts to Hardhat Network:
$ npm run deploy