Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 481 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 481 Bytes

Veracity

Javascript library for Veracity Protocol Light-infrastructure

Install dependencies (node 10+ recommended)

npm install

In order to run tests, veracity-register has to be compiled in ../veracity-protocol and Ganache test Ethereum node running

cd ../veracity-register
npm install
npm run truffle compile
npm run ganache > /dev/null &
cd -

then you can jest run tests :)

npm test