0.9.3-1 • Published 5 years ago

app3-apis-abi v0.9.3-1

Weekly downloads
2
License
LGPL-3.0
Repository
github
Last release
5 years ago

app3-apis-abi

This is a sub package of app3.js

This is the abi package to be used in the app3-apis package. Please read the documentation for more.

Installation

Node.js

npm install app3-apis-abi

In the Browser

Build running the following in the app3.js repository:

npm run-script build-all

Then include dist/app3-apis-abi.js in your html file. This will expose the App3ApisAbi object on the window object.

Usage

// in node.js
var App3ApisAbi = require('app3-apis-abi');

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