Learn how to use LIT Protocol to encrypt and decrypt data based on on-chain condition logic while storing on ComposeDB, built on the Ceramic Network.
For an implementation using Web3Modal for authentication, check out the with-web3modal
branch.
- Install your dependencies:
Install your dependencies:
npm install
- Generate your admin seed, admin did, and ComposeDB configuration file:
npm run generate
- Finally, run your application in a new terminal (first ensure you are running node v16 in your terminal):
npm run dev
To learn more about Ceramic please visit the following links
- Ceramic Documentation - Learn more about the Ceramic Ecosystem.
- ComposeDB - Details on how to use and develop with ComposeDB!
- AI Chatbot on ComposeDB - Build an AI-powered Chatbot and save message history to ComposeDB
- ComposeDB API Sandbox - Test GraphQL queries against a live dataset directly from your browser
- Ceramic Blog - Browse technical tutorials and more on our blog
- Ceramic Discord - Join the Ceramic Discord
- Follow Ceramic on Twitter - Follow us on Twitter for latest announcements!