
Security News
Static vs. Runtime Reachability: Insights from Latio’s On the Record Podcast
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
FAB FOUNDATION CHAIN LAUNCHED FOR PRODUCTION, Communicate with fabcoin core via JSON-RPC and host all commands
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
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
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
Windows
npm i fabcoin
// 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/)
Node.js ver 9.11.1 and it works with minimum node.js 0.10.0 (for this version it needs to test)
ver 1.0.12
fabdeveloper@fa.biz
Any issue and bug please send to developer account
FAQs
FAB FOUNDATION CHAIN LAUNCHED FOR PRODUCTION, Communicate with fabcoin core via JSON-RPC and host all commands
We found that fabcoin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.