@ubiquify/restore
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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 start

SSL

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.crt

Build

npm run clean
npm install
npm run build
npm run test

Licenses

Licensed under either Apache 2.0 or MIT at your option.

Package Sidebar

Install

npm i @ubiquify/restore

Weekly Downloads

0

Version

0.0.5

License

(Apache-2.0 AND MIT)

Unpacked Size

29.6 kB

Total Files

38

Last publish

Collaborators

  • ubiquify