Socket
Socket
Sign inDemoInstall

@findeth/abi

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@findeth/abi

A tiny Solidity ABI encoder and decoder


Version published
Weekly downloads
6.8K
increased by0.61%
Maintainers
1
Weekly downloads
 
Created
Source

@findeth/abi

Version License Travis CI codecov

@findeth/abi is a zero-dependencies ABI encoder and decoder library used by FindETH. This library is experimental, and likely does not work with all contract interfaces. It is used in the desktop, web and CLI applications, that can be found here:

Note: This is a work-in-progress version of FindETH, and is not production-ready. For the current version of FindETH, please refer to this repository.


Installation

You can install @findeth/abi with Yarn (recommended) or NPM:

$ yarn add @findeth/abi
$ npm install @findeth/abi

Note: If you are using TypeScript, @findeth/abi requires TypeScript 4.1 or newer.

Getting Started

TODO

Development

Install dependencies with yarn:

$ yarn

To run automated tests, use the test script:

$ yarn run lint

To build the library, use the build script:

$ yarn run build

Keywords

FAQs

Package last updated on 04 Apr 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc