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