
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.
@provenanceio/wallet-utils
Advanced tools
Typescript Utilities for Provenance Blockchain Wallet
Import the dependency
npm install @provenanceio/wallet-utils --save
The package json import will look like this: "@provenanceio/wallet-utils": "^0.2.0"
Below is a quick example of how to use the utils to prepare a message:
import { buildMessage, createAnyMessageBase64 } from "@provenanceio/wallet-utils";
const type = 'MsgDelegate';
const sendMessage = {
delegatorAddress,
validatorAddress,
amount: { denom: 'nhash', amount: sendAmountNHash },
};
const messageMsgSend = buildMessage(type, sendMessage);
const message = createAnyMessageBase64(type, messageMsgSend as Message);
node >= 16.14 (LTS)npm >= 8.0 (included with node 16)It's recommended to use
n(GitHub) ornvm(GitHub) to manage your local node/npm versions
Read the contributing guide to learn about our development process, how to submit bugfixes and improvements, and how to build and test your changes.
FAQs
Typescript Utilities for Provenance Blockchain Wallet
The npm package @provenanceio/wallet-utils receives a total of 9 weekly downloads. As such, @provenanceio/wallet-utils popularity was classified as not popular.
We found that @provenanceio/wallet-utils 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.