
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.
edge-currency-monero
Advanced tools
Implements Monero send/receive functionality per the spec for crypto currency plugins for edge-core-js
yarn add edge-currency-monero react-native-mymonero-core
import { moneroCurrencyPluginFactory } from `edge-currency-monero`
Now you can pass moneroCurrencyPluginFactory
to edge-core-js
.
const context = makeEdgeContext({
apiKey: YOUR_API_KEY,
plugins: [ moneroCurrencyPluginFactory ]
})
You'll need to install Yarn 1.3.2 globally on your machine
To run a local version of this repo inside the full Edge Wallet app, clone this repo at the same level as edge-react-gui
git clone git@github.com:EdgeApp/edge-currency-monero.git`
cd edge-currency-monero
yarn
Run npm run test
to run the unit tests.
To use the local cloned version of this repo, cd edge-react-gui
and run
npm run updot edge-currency-monero
npm run prepare
This will copy the necessary files from edge-currency-monero
into the edge-react-gui/node_modules/edge-currency-monero
replacing the npm installed version. This needs to be done after any modifications to edge-currency-monero
BSD 3
1.5.1 (2025-07-03)
getFreshAddress
to return a non-empty publicAddress
when calling immediately after creating a wallet.InsufficientFundsError
.FAQs
Edge Monero currency plugin
The npm package edge-currency-monero receives a total of 78 weekly downloads. As such, edge-currency-monero popularity was classified as not popular.
We found that edge-currency-monero demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 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.