Setup repository with HardHat environment with TypeScript support. Typescript wrappers for smart-contracts are generated using typechain
plugin. To regenerate typechain
wrappers call yarn compile
.
- Clone repository
- Run
yarn
yarn compile
yarn test