callchain

The Callchain JavaScript Library. Connect and interact to the Callchain network using the WebSocket protocol


License
MIT
Install
bower install callchain

Documentation

bower-call

This repo is for distribution on bower. The source for this module is in the main call-lib repo. Please file issues and pull requests against that repo.

Install

Install with bower:

bower install call-lib

Add a <script> to your index.html:

<script src="/bower_components/callchain/call.js"></script>

Alternative you can use the debug and minified version

<script src="/bower_components/callchain/call-min.js"></script>
<script src="/bower_components/callchain/call-debug.js"></script>