phorejs
v0.0.1
Published
Phore JS Library
Downloads
5
Readme
Phore Blockchain JavaScript Library
Delivering blockchain technology to the real world.
Installation
npm install phorejs --save
yarn add phorejsTest
npm testNode
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
