@ubiquify/restore
v0.0.5
Published
Simple block store for the local network
Readme
Simple block store for local network
REST API for storing and retrieving blocks of data. The blocks are stored locally in a lmdb database.
Usage
npm startSSL
The relay expects two files in the ssl folder:
server.key- Private key.server.crt- Certificate.
A self signed certificate can be generated in linux with openssl:
cd ssl/
openssl req -nodes -new -x509 -keyout server.key -out server.crtBuild
npm run clean
npm install
npm run build
npm run testLicenses
Licensed under either Apache 2.0 or MIT at your option.
