Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.48 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.48 KB

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