DCIPs/assets/eip-5252/README.md

14 lines
257 B
Markdown
Raw Normal View History

# 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
```