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.
<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># from the root of the repo
# install dependencies
pnpm i
# run the dev server
pnpm run dev:bare