
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
eth-console-wallet
Advanced tools
This tool is used for creating wallet and allow to generate accounts for charging and sending ETH to another users. IMPORTANT: current release is alpha.
First of all, you should install eth-console-wallet. You can do it by means the next command
$ npm i --global eth-console-wallet
or
$ yarn global add eth-console-wallet
Now, you should create a new wallet.
$ eth-console-wallet --init --passwork MY_PASSWORD
After, you created the wallet, you should create an address for getting ETH.
$ eth-console-wallet --generate --password MY_PASSWORD
If you want to create a bundle of addresses and manage them, you will need to add --count NUMBER and --output PATH to current command.
Before, you use this command, you will need to create MY_ETHERSCAN_TOKEN at Etherscan and add it to config.
$ eth-console-wallet --add --etherscan-token MY_ETHERSCAN_TOKEN
Or, if you have your own node, you can run it with the next options:
$ geth --datadir PATH --syncmode fast --rpc --rpcapi="db,eth,net,web3,personal,web3"
and you can add rpcapi
to your wallet config:
$ eth-console-wallet --add --rpcapi http://address:port
Now, you may get your account balance.
$ eth-console-wallet --balance --address 0xMyAddress
if you want to send some custom value from your account address to another, you will be able to use the next command:
$ eth-console-wallet --send --from 0xAddress1 --to 0xAddress2 --value SOME_VALUE_IN_ETHER --fee (low/medium/fast) --password MY_PASSWORD
if you want to send entire amount from your account address to another (fee will be max automatically), you will be able to use the next command:
$ eth-console-wallet --withdraw-all --from 0xMyAddress --to 0xAnotherWallet --password MY_PASSWORD
If you have any suggestions, you will be able to report about that by means issue.
FAQs
Lightweight console wallet for Ethereum
We found that eth-console-wallet 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
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.