Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewn6/contracts
📃 ☀️
https://github.com/andrewn6/contracts
Last synced: 6 days ago
JSON representation
📃 ☀️
- Host: GitHub
- URL: https://github.com/andrewn6/contracts
- Owner: andrewn6
- Created: 2022-05-21T21:28:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T14:20:32.000Z (over 2 years ago)
- Last Synced: 2024-12-31T07:44:22.986Z (8 days ago)
- Language: TypeScript
- Size: 220 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Personal Smart Contracts
## Scripts
```shell
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
npx hardhat help
REPORT_GAS=true npx hardhat test
npx hardhat coverage
npx hardhat run scripts/deploy.ts
TS_NODE_FILES=true npx ts-node scripts/deploy.ts
npx eslint '**/*.{js,ts}'
npx eslint '**/*.{js,ts}' --fix
npx prettier '**/*.{json,sol,md}' --check
npx prettier '**/*.{json,sol,md}' --write
npx solhint 'contracts/**/*.sol'
npx solhint 'contracts/**/*.sol' --fix
```