Create your App
Before integrating the Tonomy SDK on mainnet and testet, your app must be registered. This ensures your app is recognized during user logins and transactions.
For local testing, developers can run their app on https://localhost:3000 and use the testnet SDK configuration. If so, the steps on the rest of this page can be ignored
Step 1. Generate App Key
Save the generated private key safely.
You will need to run on a Linux machine with a bash-like terminal with:
Node v20+
Docker
git clone https://github.com/Tonomy-Foundation/Tonomy-ID-SDK.git
cd Tonomy-ID-SDK
# (optional) enable corepack (for yarn) if not done already
corepack enable
yarn
yarn run build
yarn run cli keys createStep 2. Submit App Details
To register your app on both testnet and mainnet, please fill out the following form with the required details:
📋 Submit here: Tonomy App Registration Form
Last updated