Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 690 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 690 Bytes

Bare JS Example

This example shows how to use the core-web package in a bare javascript environment (no bundler).

There's no ui, so open your browser's console to see the library in action.

Live Preview

<iframe src="https://stackblitz.com/github/fedimint/fedimint-web-sdk/tree/main/examples/bare-js?embed=1" style="width: 100%; height: 600px; border: 0;"></iframe>

Open in StackBlitz

Running the Example Locally

# from the root of the repo

# install dependencies
pnpm i

# run the dev server
pnpm run dev:bare