fedimint-web-sdk icon indicating copy to clipboard operation
fedimint-web-sdk copied to clipboard

Tools for developing Fedimint web clients

Results 18 fedimint-web-sdk issues
Sort by recently updated
recently updated
newest added

Implemented Pegin and Pegout methods in wallet service

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

Fix: #129 - Added remix example - Documented the remix example giving an overview of remix application and running it. - Modified the root package.json to run remix-app from root...

When generating a Lightning invoice using the "Generate Lightning Invoice" form in the Fedimint TypeScript demo, the amount input is in sats (as labeled), but the resulting invoice amount is...

I want to pass an invite code into a `previewFederation` function to get information about the federation such as API endpoints, federation ID, etc

You can use the [joinFederation](https://web.fedimint.org/core/FedimintWallet/#joinfederation) method to join a federation The method allows you to pass an optional second parameter (the client name) ```ts joinFederation(inviteCode: string, clientName?: string): Promise ```...

We have a couple of examples for frameworks, but it'd be great to add one for Remix. - [ ] Add a Remix Example App - [ ] Add docs...

We have a couple of examples for frameworks, but it'd be great to add a simple one for Astro. TODO - [ ] Add a Astro Example App - [...

Should export the binary from fedimint nix build and the lib should select which binary and database to use depending on platform (browser w/indexdb or server w/rocks)