Damus
Fedimint · 42w
The Fedimint Web SDK uses WebAssembly, which helps it run efficiently in browsers and takes care of complex tasks like managing the wallet's state. It supports eCash payments and LN transactions and e...
Fedimint profile picture
How can one build a LN wallet with the Fedimint Web SDK?
Start by using the create-fedimint-app tool ๐Ÿ› , which sets up a project with Vite, React, and TypeScript ๐Ÿ“. Then, integrate the @fedimint/core-web package to connect to a federation, manage your balance, and handle payments.
You can send and receive eCash within the federation or use LN for external payments.
Fedimint · 42w
For example, an Independent Project like Vipr was built using the SDKโ€Š, available on https://github.com/ngutech21/vipr-wallet Vipr is a modern Progressive Web App (PWA) ๐Ÿ“ฑ๐Ÿ’ป that functions as an eCash wallet, supporting Nostr-based federation discovery, joining multiple federations, and paying...