Skip to content

trentdavis78/wharfkit_nextjs13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextJS 13 + Wharfkit

Built with:

Features

  • WAX Cloud Wallet & Anchor login -- blazing fast & smooth, shoutout again to the Wharfkit/Greymass team
  • Dark/Light theme -- working, though theme.context needs to be wired up
  • Toast Notifications -- transaction status messages, txs link to WAXBlock.io
  • Some weird Input/Button hybrid thing I made -- an abomination to MUI Form standards

Demo

https://wharfkit-nextjs13.vercel.app/

Installation

Install the dependencies and start the development server

cd wharfkit_nextjs13
pnpm install
pnpm dev