Setup
Your first Blockchain Application is just minutes away
Last updated
Your first Blockchain Application is just minutes away
Last updated
Make use of our npm repository to add it to your node project of choice or Clone the Relysia SDK repository from https://github.com/kohze/relysiaSDK to add it locally to your project. Alternatively we also offer a CDN to integrate the Relysia SDK into traditional html pages.
Alternatively, install the newest development version via GitHub
Each Relysia SDK interaction starts with getting the Authentication Token. To get a Authentication token, load the Relysia SDK either via NPM or CDN and start with the following lines.
Make sure the authentication codes are not shared publicly.
In case you already have the authentication token or serviceId from your firebase frontend application use:
User details are typically an essential part of your user management and platform experience. To access user account details, such as email, name or profile picture, call the getUserDetails()
function as indicated below.