
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.
@hoprdev/hopr-ethereum
Advanced tools
HOPR is a privacy-preserving messaging protocol that incentivizes users to participate in the network. It provides privacy by relaying messages via several relay nodes to the recipient. Relay nodes are getting paid via payment channels for their services.
Hopr-ethereum contains the on-chain logic that is used to process payments for hoprnet.org on the Ethereum blockchain.
# 1. Installs dependancies
yarn
# 1. Runs linter
# 2. Compiles smart contracts
# 3. Generates smart contracts' typescript types
# 4. Compiles migrations to `.js`
yarn build
yarn test
tip: we can use truffle's debug feature to seemingly debug our tests, take look at this example
npx hardhat coverage
tip: see coverage results by launching
./coverage/index.html
For public network migrations (rinkeby, kovan, etc), you will have to create a .env file within the root directory of this project.
# local migration
yarn network
# public migration
yarn migrate --network matic
You can follow the auditing process over at hopr-audits.
We use solhint's recommended preset to perform linting onto our smart contracts.
FAQs
On-chain logic for hoprnet.org
We found that @hoprdev/hopr-ethereum demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.