Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avneesh0612/next-solana-starter
An opinionated Next.js template for building Solana applications pre configured with Chakra UI, Next.js, Solana wallet adapter, ESlint, Prettier, and more.
https://github.com/avneesh0612/next-solana-starter
nextjs solana
Last synced: 19 days ago
JSON representation
An opinionated Next.js template for building Solana applications pre configured with Chakra UI, Next.js, Solana wallet adapter, ESlint, Prettier, and more.
- Host: GitHub
- URL: https://github.com/avneesh0612/next-solana-starter
- Owner: avneesh0612
- License: gpl-3.0
- Created: 2023-01-28T14:04:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T15:09:38.000Z (about 2 years ago)
- Last Synced: 2025-01-02T11:11:44.988Z (27 days ago)
- Topics: nextjs, solana
- Language: TypeScript
- Homepage: https://next-solana-starter.vercel.app
- Size: 160 KB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next Solana StarterAn opinionated Next.js template for building Solana applications pre configured with Chakra UI, Next.js, Solana wallet adapter, ESlint, Prettier, and more.
# One-click Deploy
You can deploy this template to Vercel with the button below:
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Favneesh0612%2Fnext-solana-starter)
You can also clone & create this repo locally with the following command:
```bash
npx create-next-app next-solana-starter --example "https://github.com/avneesh0612/next-solana-starter"
```### Tools
- [Chakra UI](https://chakra-ui.com/) – Accessible, composable, and themeable React components
- [Fontsource](https://fontsource.org/) – Self-hosted fonts for Next.js
- [Framer Motion](https://framer.com/motion) – Motion library for React to animate components with ease
- [Next Seo](https://npmjs.com/package/next-seo) – SEO for Next.js
- [Solana Wallet Adapter](https://github.com/solana-labs/wallet-adapter) – Modular TypeScript wallet adapters and components for Solana applications.
### Code Quality- [TypeScript](https://www.typescriptlang.org/) – Static type checker for end-to-end typesafety
- [Prettier](https://prettier.io/) – Opinionated code formatter for consistent code style
- [ESLint](https://eslint.org/) – Pluggable linter for Next.js and TypeScript