Register your application
You need to register your application details so that they can be displayed to the user when they sign into your application. This can currently only be done by an admin through the steps below. In the future, you can do this through the Pangea Build platform.
Please reach out to the Tonomy Foundation's team on Discord, or contact us to set this up. https://pangea.web4.world/contact-us
Administrator Steps to Launch an App
You can currently do this with the Pangea CLI.
Step 1. Creating a key
A private key is used to manage a Pangea App. Save this key in a safe place.
Step 2: (Optional) Configure for a custom Pangea network
If you are using the a suuported network, skip this step.
Modify the demoConfig
variable in src/cli/bootstrap/settings.ts
to point to the correct Antelope blockchain API and use the right username suffix.
Run yarn run build:cli
Step 3. Register a new Pangea App
Don't forget to set the NODE_ENV and Tonomy Ops private key
Last updated