App2App Dev. Guidelines
This is favorlet.js Web SDK for FAVORLET web environment.
Last updated
This is favorlet.js Web SDK for FAVORLET web environment.
Last updated
favorlet.js Web SDK is for easy and convenient use when you want to request the following functions through FAVORLET app.
A Request to bring user's FAVORLET account
A Signature request to verify possession of FAVORLET wallet address
A request to transfer platform coins on the chain set up in the FAVORLET wallet
A Contract execution request through FAVORLET wallet
use npm install favorlet.js yarn
or add favorlet.js
and write as below.
API request is proceed in the order ofRequest
, createDeepLink
, receipt
.
whenRequest
, a unique Request ID is issued to distinguish it from other requests, and each step
communicates with this Request ID.
Please refer to below information for more detailed explanation of each step.
There are four steps to request an action or transaction through the FAVORLET app.
Create an address (DeepLink) that meets the communication standard to deliver the requestId that is received when requesting from BApp to FAVORLET app.
Check the result of the action performed by the FAVORLET app with the requestId issued upon request.
Please refer to the page below for the service logo and terminology regulations.