Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florianjs/nuxt-solana-boilerplate
An open-source jamastack boilerplate to connect your frontend to the Solana network using NuxtJS.
https://github.com/florianjs/nuxt-solana-boilerplate
dapp nuxt nuxtjs sol solana web3
Last synced: 2 months ago
JSON representation
An open-source jamastack boilerplate to connect your frontend to the Solana network using NuxtJS.
- Host: GitHub
- URL: https://github.com/florianjs/nuxt-solana-boilerplate
- Owner: florianjs
- Created: 2021-12-31T07:44:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T10:33:19.000Z (almost 3 years ago)
- Last Synced: 2024-01-01T18:21:37.667Z (about 1 year ago)
- Topics: dapp, nuxt, nuxtjs, sol, solana, web3
- Language: Vue
- Homepage: https://nuxt-solana-boilerplate.netlify.app/
- Size: 1.43 MB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-solana-boilerplate
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# generate static project
$ yarn generate
$ yarn start```
For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org).
## About this project
I didn't see many working examples using NuxtJS, so I've decided to create my own basic boilerplate.
nuxt-solana-boilerplate is a Jamstack and open-source boilerplate project that connect your Frontend with the Solana network using the amazing Phantom wallet.I'm currently working on it to add more features.