
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
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
The npm package fabcoin receives a total of 4 weekly downloads. As such, fabcoin popularity was classified as not popular.
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
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.