0.7.6 • Published 1 year ago

0xkarl-sdk v0.7.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Ylide Protocol Client SDK

NPM Version Documentation coverage

This is the Ylide Client SDK for browser environment to use in dApp or regular web applications. First of all, you should install this library, than you should install appropriate blockchain library.

Installation

To install core of the SDK, run:

$ npm install --save @ylide/sdk

On the next step you should install some blockchain connector to be able to read and send messages:

$ npm install --save @ylide/everscale

Getting started

TBD