Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 535 Bytes

File metadata and controls

49 lines (33 loc) · 535 Bytes

Loreum Chambers

Loreum Chambers are composable DAO governance smart contracts for the Ethereum Virtual Machine.

Setup

Copy .example.env to .env

cp .example.env .env

yarn to install npm packages

yarn install

yarn setup to clone libs.

yarn setup
# Or
git submodule update --init --recursive

Foundry

forge build
forge test --verbosity -vvv

Hardhat

You'll need to open two terminals.

Terminal 1

yarn chain

Terminal 2

yarn compile
yarn deploy:local