An open API service indexing awesome lists of open source software.

https://github.com/ceramicstudio/sandbox-extension


https://github.com/ceramicstudio/sandbox-extension

Last synced: 6 months ago
JSON representation

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.