Overview
The R3vl SDK enables frontend developers to integrate Reveel's smart contracts with a seamless javascript integration. Developers will be able to choose from one of two integration methods:
React Hooks library
Asynchronous Javascript Functions
For both of the above you will require a Data API access. The API-Key token can be requested from here.
The React Hooks library in the SDK is the optimal method for a react frontend. The Asynchronous Javascript functions are meant to expose lower-level functionality for alternative use cases.
On the following pages we'll break down the functionality available in both integration methods.
Last updated