- Next JS 13 -- does not include /app features.. yet
- Wharfkit v0.32.1 -- consider sponsoring the Greymass team
- TypeScript v5.0.2
-- barely, there's lots of
:any
in there ¯\ _ (ツ) _ /¯ - React 18 -- this will be a lot cooler when server components & suspense are added to this template!
- MUI 5 -- because it's not all about Tailwind, folks
- PNPM
-- because it's also not all about
npm
andyarn
- Grotesque Amounts of Love -- be kind to your fellow hooman
- 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
https://wharfkit-nextjs13.vercel.app/
Install the dependencies and start the development server
cd wharfkit_nextjs13
pnpm install
pnpm dev