mirror of
https://github.com/autistic-symposium/blockchain-data-engineering-toolkit.git
synced 2025-07-19 21:28:44 -04:00
13 lines
254 B
Markdown
13 lines
254 B
Markdown
## Reference Implementation for EIP-9999
|
|
|
|
|
|
A reference implementation can be found at `src/`.
|
|
|
|
A very simple test can be found at `test/` and requires [Foundry](https://book.getfoundry.sh/) to be installed.
|
|
|
|
|
|
Run with:
|
|
|
|
```shell
|
|
> forge test -vvvv
|
|
```
|