Skip to content

DAObox/liquid-protocol

Repository files navigation

Liquid Protocol Open in Gitpod Github Actions Foundry License: MIT

Augmented Bonging Curves on Aragon OSx


What's Inside

  • 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

Quick Start

  1. copy the .env.example to .env and set the variables
  2. install the depencencies
pnpm install
forge build
  1. run the integration test
forge test -vvv 

<br/>


## License

This project is licensed under MIT.