@computable/computablejs

Javascript library for developing with the Computable protocol

Usage no npm install needed!

<script type="module">
  import computableComputablejs from 'https://cdn.skypack.dev/@computable/computablejs';
</script>

README

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