rust-ceramic
rust-ceramic copied to clipboard
Implementation of the Ceramic protocol in Rust
WIP : AES-27 Create the bones: structs/traits/hooks to validate events Description Validating an event signature is the easy part and we have more work to actually validate an event. Add...
This PR includes the changes for storing the source node DID and stream Init Event CID in the Event Store. This is needed to be able to filter out events...
This PR builds on the [previous PR](https://github.com/ceramicnetwork/rust-ceramic/pull/476) to add a remote CAS transaction manager that communicates with the existing 3Box Labs CAS to anchor Merkle tree roots while hiding from...
**Describe the bug** can't build ceramic-one on feat/private-data (follow https://blog.ceramic.network/private-data-guide/) on a blank machine. **To Reproduce** ``` git clone https://github.com/ceramicnetwork/rust-ceramic && cd rust-ceramic && git fetch git checkout feat/private-data cargo...
**Describe the bug** When connecting my local application the local ceramic node endpoint, it fails for missing CORS headers **To Reproduce** - build `ceramicstudio/private-data-playground` - use http://localhost:5001 as ceramic node...
Env var to enable self-anchoring in C1 standalone
A getting started guide to the C1 API.
This works, but there is only 1 version allowed at a time. So when we publish a new version of the debian package it will be the only one available....
Sequentially update bootstrap nodes to released version. Closes INFRA-127