This is the RC for the Solana dApp code of skeet v3.
Demo: https://solana-dapp.skeeter.dev/
- Edge-Native
- Static Site Generation
- i18n Native
- Next.js App Router
- React Compiler (Always optimizes memoization for production)
- Solana Wallet Connection
- Solana Web3.js
- Solana Blinks Actions Interface
- Green Coding
- Deno
- Next.js
- Cloudflare Pages
- Wrangler
- TypeScript
- Tailwind CSS
- next-intl
- React Compiler
- shadcn/ui
- Next Sitemap
- Solana Web3.js
- Solana Wallet Adapter
- Solana Blinks Actions Interface
First, run the development server:
deno i
deno task dev
Open http://localhost:4242 with your browser to see the result.
It's recommended to set your own Solana RPC endpoint, as the default mainnet endpoint is few times limited, which could lead to 429 errors (too many requests).
No worries, you can get free credit for a Solana RPC endpoint at ERPC - Enhanced Solana RPC.
ERPC: https://erpc.validators.solutions
Setting Example (.env.local):
NEXT_PUBLIC_SOLANA_ENDPOINT=https://rpc.validators.solutions/rpc?api-key=<your-api-key>
If you're using GitHub Actions for auto-deployment, don't forget to set your repository secrets.
For example:
NEXT_PUBLIC_SOLANA_ENDPOINT
: Your Solana RPC endpointCLOUDFLARE_API_TOKEN
: Your Cloudflare API tokenCLOUDFLARE_ACCOUNT_ID
: Your Cloudflare account ID
You can add the high-quality UI components from shadcn/ui
You can also use v0 which is a UI generator with shadcn/ui from simple text prompts and images.
Bug reports and pull requests are welcome on GitHub at https://github.com/elsoul/skeet This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The package is available as open source under the terms of the Apache-2.0 License.
Everyone interacting in the Skeet project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.