Skip to content

nucypher/taco-orbisdb

Repository files navigation

ComposeDB with TACo Protocol: Message Board

Learn how to use TACo Protocol to encrypt and decrypt data based on on-chain condition logic while storing on ComposeDB, built on the Ceramic Network.

Getting Started


NOTE

  • Your Metamask has to be switched to Polygon Amoy network and your address must have a positive balance of Matic to do the decryption.
  • Ensure you are running node v16 in your terminal

  1. Install your dependencies:

Install your dependencies:

npm install
  1. Generate your admin seed, admin did, and ComposeDB configuration file:
npm run generate
  1. Run your application (you can simply execute this step for subsequent runs):
npm run dev

The application will run on http://localhost:3000.

To reset the message and session data between runs of the demo, click the Reset button on the navigation bar.

Learn More

To learn more about TACo please visit the following links:

To learn more about Ceramic please visit the following links:

License

Dual licensed under MIT and Apache 2

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published