2.5.1 • Published 3 years ago

@toruslabs/casper-js-sdk v2.5.1

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

CasperLabs SDK for JavaScript

Installation

If you start new project it's recommended to use 2.x version which contains some breaking changes (the 1.x will stop being supported in a few months).

# Basic Node.JS installation
npm install casper-js-sdk@next --save

To use the legacy version run

# Basic Node.JS installation
npm install casper-js-sdk --save

Documentation

Documentation generated from code for 2.x and 1.x.

Tests

npm run test

Examples

Basic examples of library usage are stored inside /test directory.