Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@everstake/wallet-sdk
Advanced tools
You can use two different options to implement staking for Everstake validator.
You can use REST API to call methods which are described in Swagger with detailed examples
https://wallet-sdk-api.everstake.one
You can install and import Wallet SDK for Javascript.
Install the npm library by copying the code below.
$ npm install @everstake/wallet-sdk
or you can also use yarn
$ yarn add @everstake/wallet-sdk
After installing the app, you can import module of needed blockchain (Solana, Cosmos, Polygon are available) and use the SDK:
// import module
import { Solana } from '@everstake/wallet-sdk';
// or you can also use
import * as Solana from '@everstake/wallet-sdk/solana';
// import needed function
import { getDelegations } from '@everstake/wallet-sdk/solana';
// import module
const { Solana } = require("@everstake/wallet-sdk");
// or you can also use
const { getDelegations } = require("@everstake/wallet-sdk/solana");
If you have any questions, issues, or feedback, please file an issue on GitHub.
FAQs
Everstake Wallet SDK for Javascript
The npm package @everstake/wallet-sdk receives a total of 971 weekly downloads. As such, @everstake/wallet-sdk popularity was classified as not popular.
We found that @everstake/wallet-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.