New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fabcoin

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fabcoin

FAB FOUNDATION CHAIN LAUNCHED FOR PRODUCTION, Communicate with fabcoin core via JSON-RPC and host all commands

  • 1.0.13
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

fabcoin

fabcoin is a web wrapper and library for the fabcoin core and client's JSON-RPC API.

If starting a new project, I highly encourage you to take a look at the more modern

  • ES6 support
  • optional promise support
  • support for newer REST API, in addition to RPC methods

The API is equivalent to the API document here. The methods are exposed as lower camelcase methods on the fabcoin.Client object, or you may call the API directly using the cmd method on Windows and curl on Ubuntu

Getting Started

You can get fabcoin from npm package manager and use to send direct command from any web consumer to fabcoind core rpc api Please install node and npm

Ubuntu installation

  • $sudo apt-get update
  • $sudo apt-get install nodejs
  • $sudo apt-get install npm

Windows

  • Download the Windows installer from the Nodes.js® web site here.

Fabcoin Install

npm i fabcoin

Examples

Create client and send data

// all config options are optional
var client = new fabcoin.Client({
  host: 'localhost',
  port: 8181,
  user: 'username',
  pass: 'password',
  timeout: 9001
});

Please take a look on this example [here] (https://github.com/blockchaingate/WebAPI/tree/master/fabcoinquickstart/)

Build with

Node.js ver 9.11.1 and it works with minimum node.js 0.10.0 (for this version it needs to test)

Version

ver 1.0.12

Authors

fabdeveloper@fa.biz

Comment and issue

Any issue and bug please send to developer account

Keywords

FAQs

Package last updated on 17 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc