Skip to content

bittorrent/btfs-vault

Repository files navigation

btfs-vault

codecov

Cheque protocol of BTFS node

Tests

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 test

To also generate coverage information use yarn coverage instead.

Linting

This repo currently uses solhint as linter. It can be called through yarn:

yarn lint