blockchain-data-engineering.../eip-9999/eip-9999-test/README.md
2024-10-15 11:39:29 +09:00

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