JSPM

casperdash-js-sdk

0.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q32693F
  • License Apache 2.0

SDK to interact with the Casper blockchain

Package Exports

  • casperdash-js-sdk
  • casperdash-js-sdk/dist/lib.js
  • casperdash-js-sdk/dist/lib.node.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (casperdash-js-sdk) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

CasperLabs SDK for JavaScript

Installation

# 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.