excaliburjs

1.0.7 • Public • Published

Excalibur_ JavaScript Library

GitHub Travis (.com) GitHub release Gitter

NPM

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

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Ü

Package Sidebar

Install

npm i excaliburjs

Weekly Downloads

9

Version

1.0.7

License

Apache-2.0

Unpacked Size

47.1 kB

Total Files

7

Last publish

Collaborators

  • ilyakmet