1.0.7 • Published 5 years ago

excaliburjs v1.0.7

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

Excalibur_ JavaScript Library

npm.io 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

  • Chat: Gitter
  • Email: support@xclbr.io

Other implementations

At the moment other libraries require improvements

License

Apache v2.0 © 2018 ExcaliburAlpha OÜ

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago