Back to all Developer Hub
The Cere Developer Console is a comprehensive suite of user-friendly tools designed to onboard App Developers to Dragon 1, the first data cluster in Cereās Decentralized Data Cloud (DDC). This self-service platform, supported by robust smart contracts, enables DDC Clusters to deliver high-powered, automated data cloud operations tailored to developers' needs.
Using the Developer Console (https://developer.console.cere.network/#/login), you can:
š” Note: Please use your desktop for tests! Mobile is currently not supported.
For a video of the process, see:
Before you begin, ensure you have:
ddcc.config.js
.{
"signer": "<Path to your encrypted wallet backup file>.json",
"signerPassphrase": "<The password to the encrypted file>",
"clusterId": "0x7cfe5ddfafd1f0faba7a1194c12e6a0f3d0d6ce9",
"bucketId": "<Your bucket ID>",
"blockchainRpc": "wss://rpc.mainnet.cere.network/ws",
}
signer
should point to your wallet backup file.signerPassphrase
is the password you've specified for the backup file.bucketId
in the developer console.You also can find other config options using the CLI tool with --help
command line flag.
You have two options for uploading content:
ddcc.config.js
.npx @cere-ddc-sdk/cli@latest --config=ddcc.config.js upload "your-file-name"
ā
To access your uploaded content, construct the URL using the following format:
https://cdn.testnet.cere.network/<YOUR_BUCKET_ID>/<YOUR_CID>
Replace <YOUR_BUCKET_ID>
and <YOUR_CID>
with the values provided after upload.\
Follow the step-by-step guides provided in the Developer Console to integrate the DDC SDK and Media SDK into your application. These guides will walk you through the process of: