Users may exhaust their usage limits in their cheqd Studio billing plan, but may want to continue using the Studio before their usage limits refresh. Therefore, users can manually top up their account with CHEQ tokens to use any APIs that involve a ledger-write, e.g:
- Creating, Updating or Deactivating DIDs
- Creating unencrypted or encrypted Status Lists
- Creating Trust Registries
- Creating other DID-Linked Resources
The following API can be used to fetch the new account information:
customer_id
is used as an identifier for the particular customer using cheqd Studio. It is generated as a sub-field of the JWT token used in the authorization header.cheqd_account
is used to pay for identity transactions on eithertestnet
ormainnet
. A cheqd account is automatically generated when a newcustomer_id
is generated.
{% swagger src="https://raw.githubusercontent.com/cheqd/credential-service/main/src/static/swagger-api.json" path="/account" method="get" expanded="true" %} https://raw.githubusercontent.com/cheqd/credential-service/main/src/static/swagger-api.json {% endswagger %}
Users will need to add our token, CHEQ, to their cheqd_account
on mainnet
in order to be able to use the ledger-based identity functionality on cheqd Studio, such as creating DIDs and DID-Linked Resources.
If you need to add CHEQ tokens to your cheqd Studio cheqd_account
, there are a few steps you need to follow:
Mainnet
- First you need to setup your wallet which is able to hold CHEQ tokens. We recommend using Leap Wallet which natively supports all CHEQ transactions in a browser plugin or on mobile. Alternatively, follow the tutorial here to setup your Keplr wallet.
- You will then need to get CHEQ tokens from any of the listed providers here.
- You will need to send CHEQ tokens from your new cheqd Wallet account to your
cheqd_account
address for using the Credential Service.
Testnet
- It is unlikely that you will ever need to top up your Testnet account, as this is handled automatically. However, in the event that your Testnet account runs out of tokens, you can follow the step below.
- This is super simple. You can add free CHEQ tokens to your cheqd_account via our Testnet Faucet by inputting your cheqd account address. Access the Testnet Faucet directly here.
Once you have successfully created an account and have topped up your CHEQ tokens, you are ready to get started!
Get started with our tutorials for cheqd Studio functionality.
DIDs and Identity Keys | Create did:cheqd DIDs for credential issuers and for DID-Linked Resources | create-did.md |
Trust Registries | Create an end-to-end trusted ecosystem, using Trust Chains to build a full Trust Registry. | trust-registries |
Payments | Create commercial models for verifiable credentials, such as verifier-pays-issuer | payments |
Status Lists | Create status lists, including Status List v2021 and Token Status List | status-lists |
Credentials | Issue any type of credential, including SD-JWT, VCDM and AnonCreds via our partners, including trust registries, status lists and payments. | credentials |
Resources | Create custom resources for policies, presentation definitions, schemas and visual representations of credentials | did-linked-resources |