Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@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 (Ethereum, Aptos, 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 1,205 weekly downloads. As such, @everstake/wallet-sdk popularity was classified as 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.