Config AppId

The Telos sample dApp comes with an appId hardcoded in the src/App.tsx file. While this demo will work fine, it is best to test our AppId to guarantee the ORE ID dApp is functional.

  1. Edit the src/App.tsx file to add yourAppId to the REACT_APP_OREID_APP_ID constant.

  1. Save the App.tsx file and head to the next section where we will test the Telos sample dApp.

Last updated