UNPKG

bitfact

Version:

A Javascript library to fingerprint (prove) your data, text, & files on the Ethereum blockchain.

17 lines (14 loc) โ€ข 484 B
## 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 ```