0xkarl-sdk
v0.7.6
Published
Ylide Protocol SDK for cross-chain communication and messaging
Maintainers
Readme
Ylide Protocol Client SDK
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/sdkOn the next step you should install some blockchain connector to be able to read and send messages:
$ npm install --save @ylide/everscaleGetting started
TBD
