forked from DecentralizedClimateFoundation/DCIPs
13 lines
340 B
Markdown
13 lines
340 B
Markdown
# EIP-5218 Reference Implementations
|
|
|
|
This is the source code for a reference implementation of EIP-5218.
|
|
|
|
## Build and Test
|
|
|
|
The repo expects a [Foundry](https://github.com/foundry-rs/foundry/tree/master/forge) build system, optionally using visual studio code for editing. You can run the test suite with:
|
|
|
|
```bash
|
|
forge test -vvvvv
|
|
```
|
|
|