This library allows you to work with Excalibur_ smart contracts.
Node.js and NPM are required to use this library. It is available as excalibur in the NPM.
All the necessary information on the initial setup and use can be obtained here, additional information can be obtained from the documentation for this library.
npm install excaliburjs
yarn add excaliburjs
Import library to constant:
const Excalibur = require("excaliburjs");
Creating an instance of the Excalibur class:
let exchange = new Excalibur("https://kovan.infura.io", false, false);
You can get methods for working with your object:
console.log(exchange);
Example of a method call on an object:
exchange.version();
npm test
- Chat: Gitter
- Email: support@xclbr.io
At the moment other libraries require improvements
- Python [NOT AVAILABLE]
- Java [NOT AVAILABLE]
- Rust [NOT AVAILABLE]
Apache v2.0 © 2018 ExcaliburAlpha OÜ