0.9.3-1 • Published 7 years ago
app3-apis-abi v0.9.3-1
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-abiIn the Browser
Build running the following in the app3.js repository:
npm run-script build-allThen 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'