Generate Developer Account
Create your developer account
Now, that you have installed everything successfully and are able to run the node, let's create a developer account. You can stop the node for now by using the keyboard combination Control+C
.
Generate your private key
You will need a private key for authorizing ComposeDB CLI commands in the later stages of development. You can generate it using the command below:
composedb did:generate-private-key
You should see the output similar to the one below. Keep in mind that the key generated for your will be unique and will different from the example shown below:
✔ Generating random private key... Done!
5c7d2fa8ebc488f2fe008e5ed1db7f1f95c203434bbcbeb703491c405f6f31f0
Copy and save this key securely for later use.
Note*
Store your private key securely - the key allows changes to be made to your app. In addition, you will need it throughout the app development process.
Last updated