0.1.0 • Published 6 years ago

@computable/computablejs v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

computable

Build Status

A Protocol for Making the World Computable

https://github.com/computablelabs/contracts contains the smart contract code for the Computable protocol. This repository maintains the user-facing client that interfaces with the protocol.

Setup

  • git clone...
  • npm install
  • git submodule init (first time after clone only)
  • git submodule update --remote
  • npm run test