app3-apis-abi

0.9.3-1 • Public • Published

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'

Readme

Keywords

none

Package Sidebar

Install

npm i app3-apis-abi

Weekly Downloads

2

Version

0.9.3-1

License

LGPL-3.0

Unpacked Size

9.71 kB

Total Files

3

Last publish

Collaborators

  • apisplatform