excaliburjs
v1.0.7
Published
Excalibur_ JavaScript Library
Downloads
37
Maintainers
Readme
Excalibur_ JavaScript Library
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.
Table of Contents
Installation
NPM
npm install excaliburjs
Yarn
yarn add excaliburjs
Usage information
Import class for use in your project
Import library to constant:
const Excalibur = require("excaliburjs");
Create a class instance
Creating an instance of the Excalibur class:
let exchange = new Excalibur("https://kovan.infura.io", false, false);
Get methods for working with it
You can get methods for working with your object:
console.log(exchange);
An example of a method call
Example of a method call on an object:
exchange.version();
Other
Testing (mocha)
npm test
Community
- Chat: Gitter
- Email: [email protected]
Other implementations
At the moment other libraries require improvements
- Python [NOT AVAILABLE]
- Java [NOT AVAILABLE]
- Rust [NOT AVAILABLE]
License
Apache v2.0 © 2018 ExcaliburAlpha OÜ