$ pnpm i
$ curl -L https://foundry.paradigm.xyz | bash
$ foundryup
Restart your terminal after running the above commands.
contracts-protocol
: Core contracts for the Summer Earn Protocolgov-contracts
: Governance contracts for the Summer Earn Protocolvoting-decay
: Voting Decay libraryaccess-control
: Access control contracts for the Summer Earn Protocolrewards-contracts
: Rewards contracts for the Summer Earn Protocoldutch-auction
: Dutch Auction contracts for the Summer Earn Protocolexternal-dependencies
: External dependencies for the Summer Earn Protocoleslint-config
: Baseeslint
configurationsjest-config
: Basejest
configurationstenderly-utils
: Utility functions for interacting with Tenderly APItypescript-config
: Basetsconfig.json
s configurations
To build all apps and packages, run the following command:
pnpm build
To develop all apps and packages, run the following command:
pnpm dev
Learn more about the power of Turborepo: