Bare JS Example
This example shows how to use the @fedimint/core 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
TIP
The Live Previews don't always work. If you're having trouble, try running the example locally OR using the StackBlitz link.
Also, you might need to disable your adblocker or Brave Shields to see the preview.
Running the Example Locally
Clone the repo
sh
git clone https://github.com/fedimint/fedimint-sdk.git
cd fedimint-sdkInstall the package manager with Corepack & install dependencies.
sh
corepack enable
pnpm iRun the Example
sh
pnpm run dev:bare