Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add examples part #12

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default defineConfig({
nav: [
{ text: 'Home', link: '/' },
{ text: 'API', link: '/api' },
// { text: 'Examples', link: '/examples' }
{ text: 'Examples', link: '/examples' }
],

sidebar: {},
Expand Down
23 changes: 23 additions & 0 deletions docs/examples.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
outline: deep
---

# Examples

Create and share examples of how to use the chrono API. The examples and source code are all open source, so feel free to take a look and see if there's room for improvement, contribute your best practices, and ask questions on the Planetarium Dev server.

If you've created a project using chrono, let us know about it on the Planetarium Dev discord server or through a GitHub issue or discussion! We'd love to add it to the list below.

## Projects

### Refill Action Point

You can refill action point with chrono in your browser!

[source code](https://github.com/planetarium/chrono/tree/main/examples/daily-reward-dapp)

## Community Projects

The services below are services created by the community utilizing Chrono.

- **Let us know your project!**