Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@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
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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.