Cheque protocol of BTFS node
This is a hardhat project using the truffle plugin (for tests as this used to be truffle-based). You can run tests using yarn test.
yarn
yarn testTo also generate coverage information use yarn coverage instead.
This repo currently uses solhint as linter. It can be called through yarn:
yarn lint