forked from DecentralizedClimateFoundation/DCIPs
14 lines
257 B
Markdown
14 lines
257 B
Markdown
|
# EIP 5252 implementation
|
||
|
|
||
|
This project is a reference implementation of EIP-5252.
|
||
|
|
||
|
Try running some of the following tasks:
|
||
|
|
||
|
```shell
|
||
|
npx hardhat help
|
||
|
npx hardhat test
|
||
|
GAS_REPORT=true npx hardhat test
|
||
|
npx hardhat node
|
||
|
npx hardhat run scripts/deploy.ts
|
||
|
```
|