Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Decode is a package to make it easier for you to develop on Ethereum. In particular, it parses tx's submitted to a local testrpc node to make them more readable.
Decode is a package to make it easier for you to develop on Ethereum. In particular, it parses tx's submitted to a local testrpc node to make them more readable.
npm install --save-dev decode-eth
add this script to your package.json
: "decode": "node ./node_modules/decode-eth/main.js"
run using npm run decode
!
Works with testrpc & ganache-cli:
truffle compile
truffle test
npm run decode
Works with truffle develop:
truffle develop
compile
test
new tab:
npm run decode
Note: for it to work, you need to have a populated build
folder. So you need to run compile
before.
For every transaction that ocurred on your blockchain, decode will show:
At the end, it will output all built contracts & their deployed addresses
FAQs
Decode is a package to make it easier for you to develop on Ethereum. In particular, it parses tx's submitted to a local testrpc node to make them more readable.
The npm package decode-eth receives a total of 0 weekly downloads. As such, decode-eth popularity was classified as not popular.
We found that decode-eth 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.