Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Next Solana Starter


# 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.

# 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