Skip to content

ceramicstudio/ComposeDbExampleApp

Repository files navigation

ComposeDB Example App instructions

Due to the nature of the Ceramic Daemon certain files must be updated to work with your local machine. Please follow the following directions carefully to ensure functionality.

This demo uses Ceramic-One (Rust implementation of Ceramic's synchronization layer). As such, running this demo will require Ceramic-One running in the background. The following instructions will include corresponding Ceramic-One instructions.

Getting Started

  1. Install and start up Ceramic-One.

There are multiple ways to do so listed in the README of the repository, contingent on your local environment. Please follow whichever instructions apply to your machine. Once installed, start the daemon using the instructions found in the Usage section.

  1. Back in the root directory of this repository, run npm install to install the packages

  2. Start the development server with npm run dev once. You may continue to use this command if you'd like however it will close all Ceramic connections at the first error. It is recommended that once your node is configured to index the required models that you run npm run ceramic & npm run nextDev separately to avoid this eager quitting.

  3. Open http://localhost:3000 with your browser to see the result.

  4. Enjoy this demo application!

Learn More

Upgrade this project to claynet to see other developer's posts! Check out wheel to install ceramic / composeDB locally:

https://github.com/ceramicstudio/wheel

To learn more about Ceramic please visit the following links

You can check out Create Ceramic App repo and provide us with your feedback or contributions!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published