casper-client-sdkdeprecated

SDK to interact with the Casper blockchain

Usage no npm install needed!

<script type="module">
  import casperClientSdk from 'https://cdn.skypack.dev/casper-client-sdk';
</script>

README

CasperLabs SDK for JavaScript

Installation

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

Documentation

Documentation generated from code is available here

Tests

npm run test

Examples

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