# strangemood-eth

```
# Download and install foundry
curl -L https://foundry.paradigm.xyz | bash

# Setup foundry
foundryup

# Install dependencies
forge install

# Run tests
forge test
```
