This is Next JS version for solana-base-app
-
run
npx solana-base-app next my-app
-
change the directory to
my-app
and runyarn start
to start the development server.
all the dependencies will be installed and a base app will be created in the current directory. OR
git clone https://github.com/UjjwalGupta49/solana-base-app-next.git
cd solana-base-app-next
yarn install or npm install
yarn start or npm start
yarn install will install the required dependecies, with yarn start a localhost server will start at localhost:3000
such as:
- Connecting to the wallet
- getting wallet balance
- sending transactions
For more information refer to the orignal documentation
For queries: ujjwalg056@gmail.com, https://twitter.com/UjjwalG52261234