An open API service indexing awesome lists of open source software.

https://github.com/stephancill/hardhat-typescript-template

Hardhat, typescript, typechain, hardhat-deploy, example tests
https://github.com/stephancill/hardhat-typescript-template

hardhat hardhat-deployment typechain typescript

Last synced: about 1 year ago
JSON representation

Hardhat, typescript, typechain, hardhat-deploy, example tests

Awesome Lists containing this project

README

          

# Basic Sample Hardhat Typescript Project
### Run node
```
npx hardhat node
```
Optionally export ABIs:
```
npx hardhat deploy --export ../client/src/deployments.json --network localhost
```

Use `FORK=mainnet` to fork mainnet on the localhost network.
### Tests
```
npx hardhat test
```

### Deployment
```
npx hardhat deploy
```

### Generate types
```
npx hardhat typechain
```