Skip to content

oxor-io/ShieldFinanceHQ-contracts

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 46.7%
  • TypeScript 37.1%
  • JavaScript 15.9%
  • Shell 0.3%