Skip to content
Open
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
1 change: 1 addition & 0 deletions docs/build/dscvr-canvas/canvas-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ There are a few examples of Canvas Applications that you can use as a reference:
| --- | --- | --- | --- | --- |
| User Information | Shows the logged in user's information using the Client SDK | Vue, Vite | [GitHub](https://github.com/dscvr-one/dscvr-canvas/tree/main/examples/getting-started) | [DSCVR](https://dscvr.one/post/1201336798328913924/dscvr-user-info) |
| User Information | Shows the logged in user's information using the Client SDK | React, NextJS | [GitHub](https://github.com/rckprtr/canvas-nextjs-boilerplate) | [DSCVR](https://dscvr.one/post/1200873818034277208/canvas-next-js-react-boilerplate) |
| User Information | Shows the logged in user's information using the Client SDK | Vue, Nuxt 4 | [GitHub](https://github.com/vinayakkulkarni/canvas-nuxt-boilerplate) | [DSCVR](https://dscvr.one/post/1201003057895178262/canvas-nuxt-4-vue-boilerplate) |
| Jupiter Swap | A wrapper around the Jupiter Swap widget that allows swapping tokens via Solana | Vue, Vite | [GitHub](https://github.com/dscvr-one/dscvr-canvas/tree/main/examples/jupiter-swap) | [DSCVR](https://dscvr.one/post/1201336798328913923/jupiter-trading) |
| Solana SPL Token Creator | Allows creating your own SPL token on Solana | Vue, Vite | [GitHub](https://github.com/rckprtr/canvas-token-minter-express) | [DSCVR](https://dscvr.one/post/1201336798328913922/solana-spl-token-creator) |
| Solana Transaction | Sample application to perform a Solana Transaction | Vue, Vite | [GitHub](https://github.com/dscvr-one/dscvr-canvas/tree/main/examples/transaction) | [DSCVR](https://dscvr.one/post/1201336798328914016/make-solana-transactions) |
Expand Down