diff --git a/docs/build/dscvr-canvas/canvas-examples.md b/docs/build/dscvr-canvas/canvas-examples.md index eb6c347..5aa8952 100644 --- a/docs/build/dscvr-canvas/canvas-examples.md +++ b/docs/build/dscvr-canvas/canvas-examples.md @@ -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) |