Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kilnfi/evm-security-test


https://github.com/kilnfi/evm-security-test

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

## Database Smart Contract

### Running the test

To run the script with the solution

```
./run.sh
```

### Rules

- You must write the solution inside the `script/Script.s.sol` contract, in the `solution()` method
- You are not allowed to use any foundry tools inside the solution
- You are allowed to create new Contracts
- You are not allowed to edit `run.sh` or `foundry.toml`, or change the foundry configuration