ATTENTION! Please note this task should be executed before each coverage task
npm run cleannpm installnpm run compileContract ABIs will be located in artifacts folder
npm run typechainnpm run testNB! Use Node v12
npm run coveragenpm run gas-reportnpm run cleanCreate file wallet.ts with the following content:
export const privateKey = 'YOUR-PRIVATE-KEY'Run deploy script:
npm run deploynpm run deploy_{networkID}| ID | Name |
|---|---|
| 1 | Mainnet |
| 3 | Ropsten |
| 4 | Rinkeby |
| 56 | BSC Mainnet |
| 97 | BSC Testnet |