Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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