Skip to content

Bitcoin JSON RPC for TypeScript with Response Type Enforcement

License

Notifications You must be signed in to change notification settings

SeverinDK/peercoin-js-rpc

 
 

Repository files navigation

peercoin-rpc

Peercoin RPC for TypeScript with Response Type Enforcement

Installing

npm install peercoin-rpc

Example usage

import PeercoinRPC from 'peercoin-rpc';

const rpc = new PeercoinRPC('http://localhost:9904');

const balance = await rpc.getBalance();
console.log(balance);

License

MIT

About

Bitcoin JSON RPC for TypeScript with Response Type Enforcement

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • JavaScript 0.3%