Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/satyambnsal/solanafish
SolanaFish is a mono repo for Solana + Anchor + NextJS + TypeScript Dapp development.
https://github.com/satyambnsal/solanafish
anchor blockchain hacktoberfest metaplex nextjs nodejs solana typescript web3
Last synced: about 1 month ago
JSON representation
SolanaFish is a mono repo for Solana + Anchor + NextJS + TypeScript Dapp development.
- Host: GitHub
- URL: https://github.com/satyambnsal/solanafish
- Owner: satyambnsal
- Created: 2022-09-06T10:56:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-08T20:39:20.000Z (over 2 years ago)
- Last Synced: 2024-11-13T03:14:05.238Z (3 months ago)
- Topics: anchor, blockchain, hacktoberfest, metaplex, nextjs, nodejs, solana, typescript, web3
- Language: TypeScript
- Homepage:
- Size: 217 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SolanaFish dApp Scaffold
Tech Stack : NextJS + TypeScript + TailwindCSS + Anchor + NodeJS + Express
The SolanaFish DApp scaffold is meant to be a starting point for developers who want to create full blown app including client UI, wallet connection and trivial things which are already handled for them so that they can focus on core business logic.
LFG 🔥🔥🚀
# Getting Started
I've chosen **yarn** as a package manager. no reasons, I just freaking love it. you can use **npm** as well.## Installation
```
yarn
```## Build and Run
```
yarn frontend:dev
```Open http://localhost:3000 with your browser to see the results.
You can start editing the page by modifying `packages/frontend/src/pages/index.tsx`
# Features
TODO# What's Next ?
- [ ] Add solana utility methods