Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bittorrent/btfs-vault

Cheque protocol of BTFS node
https://github.com/bittorrent/btfs-vault

Last synced: about 1 month ago
JSON representation

Cheque protocol of BTFS node

Awesome Lists containing this project

README

        

# btfs-vault
[![codecov](https://codecov.io/gh/bittorrent/btfs-vault/branch/master/graph/badge.svg?token=GJRZXQ38D8)](https://codecov.io/gh/bittorrent/btfs-vault)

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`.

```sh
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:
```sh
yarn lint
```