# Example EVM Gauntlet Package

This package is an example package that manages a simple storage contract with two functions:
- `retrieve`: returns the stored value
- `store(uint256)`: sets a new numeric value

## Commands

- `storage:deploy`: Deploy the contract
- `storage:inspect`: calls the `retreive` function
- `storage:store`: stores the value
