Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.58 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.58 KB

ComposeDB with LIT Protocol: Message Board

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.

Getting Started

  1. Install your dependencies:

Install your dependencies:

npm install
  1. Generate your admin seed, admin did, and ComposeDB configuration file:
npm run generate
  1. Finally, run your application in a new terminal (first ensure you are running node v16 in your terminal):
npm run dev

Learn More

To learn more about Ceramic please visit the following links

License

Dual licensed under MIT and Apache 2