Augmented Bonging Curves on Aragon OSx
- Forge: compile, test, fuzz, format, and deploy smart contracts
- PRBTest: modern collection of testing assertions and logging utilities
- Forge Std: collection of helpful contracts and cheatcodes for testing
- Solhint: linter for Solidity code
- Prettier Plugin Solidity: code formatter for non-Solidity files
- copy the
.env.example
to.env
and set the variables - install the depencencies
pnpm install
forge build
- run the integration test
forge test -vvv
<br/>
## License
This project is licensed under MIT.