bitfact
Version:
A Javascript library to fingerprint (prove) your data, text, & files on the Ethereum blockchain.
17 lines (14 loc) โข 484 B
Markdown
## Install BitFact
The quickest way to use BitFact is to install it from a node package manager. Currently BitFact is supported in both **๐๏ธ npm** and **๐งถ yarn** flavours.
- BitFact can be installed either **globally** or **locally**.
- The library comes with a command line tool and programmatic support.
### Using NPM
https://www.npmjs.com/package/bitfact
```
npm install -g bitfact
```
### Using Yarn
https://yarnpkg.com/package/bitfact
```
yarn global add bitfact
```