2023-08-13 13:15:58 +00:00
|
|
|
# 10grans-NG
|
|
|
|
|
2023-08-20 01:04:57 +00:00
|
|
|
10grans on Base chain, with a bridge to Ethereum.
|
2023-08-13 13:15:58 +00:00
|
|
|
|
|
|
|
```shell
|
|
|
|
npx hardhat help
|
|
|
|
npx hardhat test
|
|
|
|
REPORT_GAS=true npx hardhat test
|
|
|
|
npx hardhat node
|
|
|
|
npx hardhat run scripts/deploy.ts
|
|
|
|
```
|