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
.{
"path": "./your-wallet-address.json",
"clusterId": "0x7cfe5ddfafd1f0faba7a1194c12e6a0f3d0d6ce9",
"bucketId": "your-bucket-id",
"blockchainRpc": "<https://node-partner-test.cere.network/ws>",
"logLevel": "info"
}
path
should point to your wallet backup file.bucketId
in the developer console.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: