Skip to content

Commit

Permalink
api key tip
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkmin committed Dec 4, 2023
1 parent adf95a6 commit 95a6adf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting-started/Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Navigate to your user page by clicking on "User Details" in the user dropdown me

Click on "Create API keys" and follow the prompts to add the generated public API key. You'll be required to authenticate with the same authenticator used during onboarding. After this succeeds, you should be all set to interact with our API.

NOTE: if you would like to manually your locally stored public/private API key files (e.g. `key.public`, `key.private`), you will have to save the files without newlines. For example, for VIM, use `:set binary noeol` or `:set binary noendofline` before writing.

## Create a Wallet

Wallets are collections of cryptographic key pairs typically used for sending and receiving digital assets. To create one, we need to provide a name:
Expand Down

0 comments on commit 95a6adf

Please sign in to comment.