Conversation

The Clay Testnet is now live. πŸš€ Starting today you can officially experiment, prototype, and develop applications on top of the Ceramic protocol. Get started: - Read the docs: developers.ceramic.network - Try the demo: playground.ceramic.dev Thread ↓
By combining a stack of cutting-edge web3 technologies including , , blockchain, DIDs, and authenticated data standards, Ceramic gives developers the ability to build completely serverless applications using dynamic, verifiable, decentralized data.
1
23
Ceramic functions like a global-scale, permissionless NoSQL document datastore, but ensures strict ordering of document updates and data integrity without relying on DB servers or trusted third-parties to host data and perform mutations on content.
1
10
Since Ceramic is built on a completely peer-to-peer network, all documents are openly discoverable and can be queried by anyone in the world or referenced by other documents.
1
6
In Ceramic all content is stored in *smart documents*, which are append-only logs where each commit (update) is signed by a decentralized identifier (DID) for verifiability and then subsequently anchored in a blockchain for consensus.
1
7
2. Immutable identifiers: Every document gets a globally unique persistent identifier, called a DocID. This DocID will never change regardless of how many updates are made to the document.
1
4
3. Verifiable signatures: Every update to a document must be signed by the DID of its owner, providing verifiability to its content.
1
4
4. Schema-enforced content: Documents can have schemas which will be enforced by the protocol. This allows for data integrity and simple cross-platform interoperability.
1
4
5. Strict versioning: Every update made to a document is anchored in a blockchain, so its commits follow a strict order. This allows the protocol to guarantee the state of a document at every commit and allows its content to be auditable and trusted at all times.
1
4
6. Programmable logic: Define custom rules for state transitions to enforce who, how, and when your document is updated without centralized servers. Rules can react to direct events such as a signature from the owner, or indirect events such as an update in another document.
1
5
The Clay release includes 3 JavaScript clients (Core, HTTP, CLI), loads of new protocol features, improvements, performance optimizations, document anchoring on Rinkeby and Ropsten testnets, and a dedicated pubsub topic.
1
5
And lastly, we've created the Ceramic Anchor Service. CAS is a layer 2 solution that batches updates from many different documents and anchors them into a single blockchain transaction. This helps scalability and lowers gas costs, important given crypto prices.
1
3
Clay didn't happen by accident. It was the result of the tireless commitment by many in the Web3 community to the mission of creating an open dataweb free of silos.
1
4
Since we first debuted a proof of concept of the Ceramic protocol in early 2020, the Ceramic codebase has had 1300 git commits, 670 releases, and dozens of projects in the ecosystem have been hard at work testing integrations and providing feedback.
1
2
The Clay network is still *experimental* and should only be used for prototyping, development, and testing purposes. It's great for getting your application ready for mainnet.
1
4
You may encounter a few bugs and/or performance issues. We've done our best to make things work as smoothly as possible, but this is still a testnet. Please report any issues by opening a ticket on Github so we can fix them as soon as possible.
1
2
Now that Clay is live, our efforts will be 100% focused on releasing mainnet as quickly and safely as possible. We're targeting the end of Q1 or early Q2 2021.
1
2
The Fire mainnet release will include additional performance optimizations, fully decentralized peer discovery, a dedicated pubsub topic, document anchoring on the mainnet, network monitoring, public analytics, bug fixes, and more.
1
2
The community is also gearing up for mainnet with many announcements, launches, and partnerships to go live. We will be sharing more information on those as they are available.
1
4