Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 952 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 952 Bytes

Simple Vite Example

This is an example application demonstrating the usage of Fedimint client in a simple web application. (demo)

Deploy preview

You can preview this example live with StackBlitz

Open in StackBlitz

Technologies Used

  • 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

Prerequisites

  • Node.js
  • pnpm (recommended) or npm

Running the Application Locally

# from the root of the repo

# install dependencies
pnpm i

# run the dev server
pnpm run dev:vite