https://github.com/ceramicstudio/sandbox-extension
https://github.com/ceramicstudio/sandbox-extension
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ceramicstudio/sandbox-extension
- Owner: ceramicstudio
- Created: 2024-01-09T23:03:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T02:12:31.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T21:48:31.575Z (over 1 year ago)
- Language: TypeScript
- Size: 3 MB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ceramic Developer Local Sandbox
Complete the Ceramic Developer onboarding by verifying your own profile and others! This repository is organized as an extension of the [ComposeDB Sandbox](https://developers.ceramic.network/docs/composedb/sandbox), so it is recommended that you complete the instruction on that page first.
## How does this Application Work?
This Sandbox Extension application uses the same Ceramic node endpoint as the [ComposeDB Sandbox](https://developers.ceramic.network/docs/composedb/sandbox), as well as an extended [runtime definition](./src/__generated__/definition.js) that allows developers to verify their developer profiles, as well as others.
## Getting Started
1. Install your dependencies:
```bash
npm install
```
2. Run the application in development
```bash
npm run dev
```
## Learn More
To learn more about Ceramic please visit the following links
- [ComposeDB Sandbox](https://developers.ceramic.network/sandbox) - Test your queries directly from your browser without any local dependencies.
- [Ceramic Documentation](https://developers.ceramic.network/) - Learn more about the Ceramic Ecosystem.
- [ComposeDB](https://developers.ceramic.network/docs/composedb/getting-started) - Details on how to use and develop with ComposeDB!
## Credit
Credit to [ChatBase](https://github.com/notrab/chatbase) for an awesome template to work with.