Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 733 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 733 Bytes

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