@computable/computablejs
v0.1.0
Published
Javascript library for developing with the Computable protocol
Readme
computable
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 installgit submodule init(first time after clone only)git submodule update --remotenpm run test
