speedomatic

Grab bag of formatting and ABI encoding/decoding functions


License
MIT
Install
npm install speedomatic@2.1.5

Documentation

Speed-o-Matic

Build Status Coverage Status npm version

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 ethereumjs-abi instead!

Usage

npm install --save speedomatic
var speedomatic = require("speedomatic");

Tests

npm test