Skip to content

Vite + React Example

This is an example application demonstrating the usage of Fedimint client in React Application application.

Code on Github

Live Preview

TIP

You might need to disable your adblocker or Brave Shields to see the preview.

Open in StackBlitz

Running the Example Locally

Clone the repo

sh
git clone https://github.com/fedimint/fedimint-web-sdk.git
cd fedimint-web-sdk

Install the package manager with Corepack & install dependencies.

sh
corepack enable
pnpm i

Run the Example

sh
pnpm run dev:vite