Registration

Create your application by entering few basic details about your app like App Name and Base URL.

App Name

  • Provide any name for your app.

Base URL

  • Enter Origin URL of your server. This URL must be passed as Origin in request header of every API call your server make to the Fyre backend. The Fyre backend only allows apps who base base URL is registered. Other requests will be ignored.

  • The base URL must has HTTPS enabled for production use.

Upon filling the app details, click on Create button to register an app. Once the app is created, app credentials (Appcredential.json file) will be download in the browser. Keep this file handy with you for now. You server will need two fields AppPrivateKey and AppId (you can store them in your env or any other secure place) to authenticate itself to the Fyre backend at time of fetching data (read Application authentication section for more).

A sample Appcredential.json file:

{
    "AppId":"6278f435c931c92eb1a7fe25",
    "AppWalletAddress":"0x4B7566e64Ca793F17Db9cEEB990A993558a803F9",
    "AppPrivateKey":"0xaab02574b460b8035e38...16f82a2616be628ed35c4916e96aad9ef4",
    "AppPublicKey":"0x037513323c5ce7f484ecae...be2bcfe84d1523d98a753018bf70d5facb50fc7",
    "RecoveryPhrase":"shadow pencil flush...urge used math elegant"
}

Last updated