
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.
@rsksmart/relaying-services-sdk
Advanced tools
This project contains the SDK of the relaying services system.
This repository contains the relaying services SDK providing a way to developers to easy work with the RIF Relay System.
This SDK provides a javascript/typescript library to easily interact with the RIF Relay System.
You can use this library once you have it installed on your project. You have a few ways to installing this dependency:
npm i --save @rsksmart/relaying-services-sdk
.npm link
mechanism (https://docs.npmjs.com/cli/v8/commands/npm-link) to add it to your project.After you install the library you can import the RelayingServices interface and the DefaultRelayingServices implementation to start using the SDK.
git clone https://github.com/JONAF2103/relaying-services-sdk.git
npm install
npm run dist
to generate a distributable versionpackage.json
file.package.json
) and GitHub actions will update NPMnpm login
to login to your account on npm registry.npm publish
to generate the distributable version for NodeJSnpm run dist
to generate the distributable version.We use husky to check linters and code styles on commits, if you commit your changes and the commit fails on lint or prettier checks you can use these command to check and fix the errors before trying to commit again:
npm run lint
: to check linter bugsnpm run lint:fix
: to fix linter bugsnpm run prettier
: to check codestyles errorsnpm run prettier:fix
: to fix codestyles errorsFAQs
This project contains the SDK of the relaying services system.
The npm package @rsksmart/relaying-services-sdk receives a total of 2 weekly downloads. As such, @rsksmart/relaying-services-sdk popularity was classified as not popular.
We found that @rsksmart/relaying-services-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.