Skip to content

TandemDAO/v1-core

Repository files navigation

Welcome to Tandem DAO git repository.

Git flow

This is our git flow

Usage

First install dependencies:

yarn install

Compile

Compile smart contracts with hardhat compile:

$ yarn compile

Lint

Actually run lint:sol and prettier. Lint solidity code:

$ yarn lint

Test

Run the Mocha/Chai tests:

$ yarn test

Hardhat Commands

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help
Roadmap
  • (wip)