
Research
/Security News
npm Author Qix Compromised via Phishing Email in Major Supply Chain Attack
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
chain-unofficial
Advanced tools
a wrapper around chain's api. Conforms to a standard derived from bitcoind and common-blockchain
you can install the npm module here
npm install chain-unofficial
See abstract-common-blockchain for API
Use this link to see what Chain supports
Standard convention is described fully in the types.json file in the link above.
simply require the npm module at the top of the file
var chain = require('chain-unofficial');
you may specify the options you wish to make a call like so:
var chainClient = chain({
network: "bitcoin",
key: "your chain api key",
secret: "your chain api secret"
});
//example call
chainClient.Addresses.Unspents(["address 1", "address 2", ...], callback);
alternatively you can check out the comments above each function in lib if you wish to understand what each function expects and returns.
FAQs
a wrapper around chain's api. Conforms to a standard derived from bitcoind and common-blockchain
The npm package chain-unofficial receives a total of 3 weekly downloads. As such, chain-unofficial popularity was classified as not popular.
We found that chain-unofficial 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.
Research
/Security News
npm author Qix’s account was compromised, with malicious versions of popular packages like chalk-template, color-convert, and strip-ansi published.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.