
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@everstake/wallet-sdk-polygon
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/TypeScript.
Install the npm library by copying the code below.
$ npm install @everstake/wallet-sdk-polygon
or you can also use yarn
$ yarn add @everstake/wallet-sdk-polygon
or you can use pnpm
$ pnpm add @everstake/wallet-sdk-polygon
After installing the app, you can import module Polygon and use the SDK:
// import modules
import { Polygon } from '@everstake/wallet-sdk-polygon';
// import modules
const { Polygon } = require('@everstake/wallet-sdk-polygon');
If you have any questions, issues, or feedback, please file an issue on GitHub.
FAQs
Polygon - Everstake Wallet SDK
The npm package @everstake/wallet-sdk-polygon receives a total of 18 weekly downloads. As such, @everstake/wallet-sdk-polygon popularity was classified as not popular.
We found that @everstake/wallet-sdk-polygon 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.
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.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.