Socket
Socket
Sign inDemoInstall

web3-eth-abi

Package Overview
Dependencies
61
Maintainers
3
Versions
404
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    web3-eth-abi

Web3 module encode and decode EVM in/output.


Version published
Weekly downloads
420K
decreased by-3.9%
Maintainers
3
Install size
3.74 MB
Created
Weekly downloads
 

Readme

Source

web3-eth-abi

NPM Package Dependency Status Dev Dependency Status

This is a sub-package of web3.js.

This is the abi package used in the web3-eth package.

Please read the documentation for more.

Installation

Node.js

npm install web3-eth-abi

Usage

const Web3EthAbi = require('web3-eth-abi');

Web3EthAbi.encodeFunctionSignature('myMethod(uint256,string)');
> '0x24ee0097'

Types

All the TypeScript typings are placed in the types folder.

FAQs

Last updated on 22 Sep 2021

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc