UjjwalGupta49 / solana-base-app-next

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is Next JS version for solana-base-app

To start run :

  1. run npx solana-base-app next my-app

  2. change the directory to my-app and run yarn start to start the development server.

all the dependencies will be installed and a base app will be created in the current directory. OR

  1. git clone https://github.com/UjjwalGupta49/solana-base-app-next.git
  2. cd solana-base-app-next
  3. yarn install or npm install
  4. yarn start or npm start

yarn install will install the required dependecies, with yarn start a localhost server will start at localhost:3000


solana-base-app includes most basic funcationalities required to make a Solana dapp,

such as:

  1. Connecting to the wallet
  2. getting wallet balance
  3. sending transactions

solana-base-app next next-image

ui_rework1

03-02-2022 community update

image


For more information refer to the orignal documentation

By: Ujjwal Gupta

For queries: ujjwalg056@gmail.com, https://twitter.com/UjjwalG52261234

About


Languages

Language:TypeScript 64.8%Language:JavaScript 18.3%Language:CSS 16.9%