Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
airgap-coin-lib
Advanced tools
The airgap-coin-lib is setup in a way that prepare, signing and broadcasting are willingfully separated.
The airgap-coin-lib
is setup in a way that prepare, signing and broadcasting are willingfully separated. This is especially useful in the context of AirGap. The following operations are specified:
The modular design used in this library allows you to simply add new coins with special logic. Adding a new Bitcoin-like Coin basically means:
lib/networks.ts
)Adding a new Ethereum-like Coin means:
Adding a new ERC20-like Coin means:
Currently supported are:
The way the interface was designed is to allow stateless calls. This means the class itself stores very little state itself. All required input comes from the method params (public key, extended public key, etc...)
Currently we support for Bitcoin-like coins:
Currently we support for Ethereum-like coins:
Such that the system works we need to be able to synchronise wallets. A wallet can be:
For the single address wallet we only need to share the public key. For HD Wallet we need to share the extended public key.
Simply do:
$ git clone https://github.com/airgap-it/airgap-coin-lib.git
$ cd airgap-coin-lib
$ npm install
$ npm test
FAQs
The airgap-coin-lib is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.
The npm package airgap-coin-lib receives a total of 51 weekly downloads. As such, airgap-coin-lib popularity was classified as not popular.
We found that airgap-coin-lib demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.