0.1.13 • Published 6 years ago

@truffle-types/abi-minifier v0.1.13

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
6 years ago

ABI minifier (abi-minifier)

Command, for example:

./abi-minifier --buildDir ./build/contracts --outputDir ./build/contracts-minified

where

  • --buildDir or -b - directory where truffle (or compiler) places compiled contract (abi + bytecode + networks + etc.)
  • --outputDir or -o - directory where minified versions of compiled contracts will be stored

By default no postfix will be added, so contract filenames remain the same.


For more options take a look at

./abi-minifier --help

Library

This package could be also used as a library of tool to access from source code

const { minifyABI } = require("@truffle-types/abi-minifier");

minifyABI("./build/contracts", "./build/contracts-minified");
0.1.13

6 years ago

0.1.12

6 years ago

0.1.11

6 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago