Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
github.com/ConsenSys/fc-latency-map
FC Latency Map is a service for Filecoin decentralized storage network to obtain the global latencies of all active miners.
It uses Ripe Atlas to collect measurements of active miners from relevant locations around the world.
Docker installed.
10Gb of free disk space.
See technical design documentation for details on how the FC Latency Map works.
See Manager documentation for details on starting the manager.
See Map documentation for details on starting the map.
Clone the project locally:
git clone https://github.com/ConsenSys/fc-latency-map.git
Build all the Docker images required to start the project:
make
During build phase, .env
config files were generated in ./manager/
and ./map/
. To start the services, change the 2 default values on the manager config file.
Edit ./manager/.env
and change:
[...]
FILECOIN_NODE_URL=changeme
[...]
RIPE_API_KEY=changeme
Finally, start the services:
make run
The Fc Latency Map should be available at: https://localhost:3000
Example of Filecoin Latency Map:
Example of Filecoin Latency Map with Location and Miner selected:
FAQs
Unknown package
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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.