An educational website(with interactive Wallet Demo) explaining CKB addresses and the differences between UTXO and account-based models.
- Node.js (v14 or higher)
- npm or pnpm
npm install
# or
pnpm installnpm start
# or
pnpm startOpen http://localhost:3000 to view the app.
npm run build
# or
pnpm build