
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
decent-wallet-balance
Advanced tools
Simple command line program for getting the list of wallet balance filter by an asset and sort by balance descending.
Simple command line program for getting the list of wallet balance filter by an asset and sort by balance descending.
npm install -g decent-wallet-balance
npm install -g https://github.com/phunguyen19/decent-wallet-balance.git
git clone https://github.com/phunguyen19/decent-wallet-balance.git
cd decent-wallet-balance
npm install
npm run build
npm link
decent-wallet-balance --output result.csv --asset ALX
Full options from decent-wallet-balance --help
Usage: decent-wallet-balance [options]
Options:
--output <path> (required) Output csv file name. E.g result.csv
--asset [symbol] (required) Asset symbol to get the balance. E.g: ALX
--limit-output [number] (optional) Limit the number account to output. E.g: 20 (default: -1)
--order [order] (optional) DESC | ASC (default: "DESC")
--concurrent [number] (optional) Number of max concurrent requests to blockchain. E.g: 500 (default: 1000)
--websocket [uri] (optional) Websocket uri to blockchain. (default: "wss://socket.decentgo.com:8090")
-v, --version output the version number
-h, --help output usage information
FAQs
Simple command line program for getting the list of wallet balance filter by an asset and sort by balance descending.
We found that decent-wallet-balance 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.