Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 827 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 827 Bytes

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