Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 295 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 295 Bytes

BlockSaver backend service

Node.js API for serving client and communicating with smart contract

Running

First install dependencies:

yarn install

Setup configuration:

cp config.example.js config.js

then enter information required in config.js.

Start

node index.js

MIT ©