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