1.0.11 • Published 1 year ago

abi2js v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

abi2js

contract abi for web3

example

const Abi2js = require("../index");
const path = require("path");

const __input = path.join(__dirname, "./abi");
const __output = path.join(__dirname, "./generate");

const obj = new Abi2js();
obj.exec(__input, __output);
1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago