This guide will help you get up and running with Decent Cloud quickly.
- Decent Cloud CLI installed (see Installation Guide)
- Basic understanding of cloud resources and command-line interfaces
First, you'll need to create your identity on the platform:
dc keygen --generate --identity <id-slug>
Example:
dc keygen --generate --identity my-id
Important: Save the generated mnemonic in a secure location. It can be used to recreate your identity if needed.
You can also generate your identity using OpenSSL:
mkdir -p $HOME/.dcc/identity/my-id
openssl genpkey -algorithm ED25519 -out $HOME/.dcc/identity/my-id/private.pem
Before registering, you'll need some DC tokens:
- Visit kongswap or icpswap
- Exchange for DC tokens and send them to the Principal Id that you get from
dc account --identity <my-id>
- Check the current registration fee in DCT:
dc ledger-remote get-registration-fee
Choose your account type:
dc user register --identity my-user
dc np register --identity my-provider
After completing the basic setup, you can:
dc ledger-remote fetch
dc offering list
dc offering query 'memory >= 512MB AND storage.size > 1gb'
-
Security
- Always backup your mnemonic phrase
- Keep your private keys secure
- Use strong passwords and secure communication channels
-
Resource Management
- Regularly check your token balance
- Monitor your active contracts
- Keep your local ledger synchronized
-
Community Participation
- Engage in discussions
- Report issues and bugs
- Share your experience and feedback
Remember: The platform is community-driven, and your participation helps make it better for everyone!