-
Notifications
You must be signed in to change notification settings - Fork 10
feat: remove ComposeDB/JS-Ceramic, add Ceramic One self-anchoring docs #113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Remove all ComposeDB documentation (37 files)
- Remove all JS-Ceramic documentation (31 files)
- Remove Wheel documentation
- Remove roadmap page
- Add self-anchoring documentation for EVM blockchains
- Overview with prerequisites and quick start
- EVM configuration with CLI options and environment variables
- Covers both anchor verification (--ethereum-rpc-urls) and
transaction submission (--evm-rpc-url, --evm-private-key, etc.)
- Update navigation to make Ceramic One the primary entry point
- Update homepage and intro sections to focus on Ceramic One
- Update DIDs docs to remove ComposeDB-specific references
- Add redirects for removed content paths
stbrody
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly looks good, main thing that I think is missing is instructions on deploying an anchor contract
carsonfarmer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than @stbrody 's comments, this all looks pretty good to me.
- Add anchor contract section with pre-deployed addresses (Ethereum, Gnosis) - Add deployment instructions linking to ceramic-anchor-service repo - Replace --ethereum-rpc-urls with --evm-rpc-url (used for both submit and verify) - Add --additional-chain-rpc-urls for validating anchors from other chains - Update all examples to use simplified configuration
Summary