Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kilnfi/evm-security-test
https://github.com/kilnfi/evm-security-test
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kilnfi/evm-security-test
- Owner: kilnfi
- Created: 2024-01-10T10:43:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T16:02:14.000Z (about 1 year ago)
- Last Synced: 2024-04-14T01:55:14.073Z (10 months ago)
- Language: Solidity
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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