Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@truffle/codec
Advanced tools
This module, @truffle/codec
, provides an interface for decoding Solidity
smart contract state as well as information sent to or from smart contracts
using the Solidity ABI. It produces output in a machine-readable form that
avoids losing any information. It also has some rudimentary encoding
functionality, that will be expanded in the future. This module is also
what Truffle Debugger uses for its decoding.
This is a low-level module, and it's probable that you should use the higher-level interface Truffle Decoder instead. That said, if for whatever reason Truffle Decoder will not suffice for your use case, it's possible that you may need to use this.
$ npm install --save @truffle/codec
This module does not provide a CLI; it is entirely meant to be used as part of a larger JavaScript or TypeScript program.
This module has some API documentation, which you should see for further usage information. Note that as this is a low-level module mostly intended for internal Truffle use, its documentation is sparse at the moment.
As part of the larger Truffle Suite, this module is MIT-licensed.
FAQs
Library for encoding and decoding smart contract data
The npm package @truffle/codec receives a total of 22,926 weekly downloads. As such, @truffle/codec popularity was classified as popular.
We found that @truffle/codec demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.