@volut/speedomatic
v2.1.5
Published
Grab bag of formatting and ABI encoding/decoding functions
Downloads
3
Readme
Speed-o-Matic
Grab bag of utility functions for formatting and ABI encoding/decoding.
Note: this repository was previously named augur-abi. If you're looking for a generic ABI encoder/decoder, you should be using vaporyjs-abi instead!
Usage
npm install --save speedomatic
var speedomatic = require("speedomatic");
Tests
npm test