Built with:
- Custom Solidity contracts
- Chakra-ui
- Typescript
- WAGMI hooks
Deploy the example using Vercel or preview live with StackBlitz
Execute create-next-app
with
npm, Yarn, or pnpm
to bootstrap the example:
npx create-next-app --example with-chakra-ui with-chakra-ui-app
yarn create next-app --example with-chakra-ui with-chakra-ui-app
pnpm create next-app --example with-chakra-ui with-chakra-ui-app
Deploy it to the cloud with Vercel (Documentation).
Chakra has supported Gradients and RTL in v1.1
. To utilize RTL,
add RTL direction and swap.
If you don't have multi-direction app, you should make <Html lang="ar" dir="rtl">
inside _document.ts
.