Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 397 Bytes

File metadata and controls

24 lines (17 loc) · 397 Bytes

this project is based on pnpm as a monorepo package manager. Because it's better, faster, slimmer than yarn or npm and supports monorepos (that would be useful for larger applications)

simple quickstart

pnpm install

cd frontend

pnpm install

contracts

truffle compile

running tests

truffle test --network rinkeby