Getting started
For all examples we will use EVM connectors for Polygon from @ylide/ethereum
.
To install core of the SDK, run:
On the next step you should install some blockchain connector to be able to read and send messages:
So, first of all you should import these connectors:
Now, you should instantiate Ylide singleton and connector:
You can easily verify availability of MetaMask (or any other wallet) in user’s browser:
The next step is to initialise communication keys.
Last updated