Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 292 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 292 Bytes

Shield Finance contracts

Setup

nvm use # loads version from .nvmrc
npm install
npm run build

Tasks

Build the project

npm run build

Run tests

npm test

Watch tests

npm run test:watch

Lint code

npm run lint

Generate coverage

npm run coverage