This is an example application demonstrating the usage of Fedimint client in a simple web application. (demo)
You can preview this example live with StackBlitz
- core-web: The Fedimint client library for web applications
- Vite: A fast build tool and development server. Check the
vite.config.ts
for configurations required for handling wasm. - React
- Node.js
- pnpm (recommended) or npm
# from the root of the repo
# install dependencies
pnpm i
# run the dev server
pnpm run dev:vite