0.0.1 • Published 6 years ago

phorejs v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Phore Blockchain JavaScript Library

Delivering blockchain technology to the real world.

Installation

npm install phorejs --save
yarn add phorejs

Test

npm test

Node

var Phore = require('phorejs');
var phore = new Phore(rpcUrl);
import Phore from 'phorejs');
const phore = new Phore(rpcUrl);

Why?

JS implementation for wallet and rpc calls.

License

MIT