Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bittorrent/btfs-vault
- Owner: bittorrent
- License: mit
- Created: 2021-11-25T10:09:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T07:28:50.000Z (about 2 years ago)
- Last Synced: 2023-08-03T09:55:49.945Z (over 1 year ago)
- Language: JavaScript
- Size: 374 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
## TestsThis 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
```