-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improved error handling on ecash hooks (#104)
- Loading branch information
1 parent
e98a1b8
commit e3400dd
Showing
14 changed files
with
203 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@fedimint/react': patch | ||
--- | ||
|
||
Fixed behavior of useOpenWallet hook for concurrent usages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Awesome Projects | ||
|
||
A curated list of awesome projects, resources, and tools built with the **Fedimint Web SDK**. | ||
|
||
## Applications | ||
|
||
### Community Apps | ||
|
||
- [Browsimint](https://github.com/IroncladDev/browsimint) - Browser extension lighting/ecash wallet. Beautiful UI. Supports joining multiple federations. | ||
- [ATL Bitlab Wallet](https://ecashdemo.atlbitlab.com/) - Wallet for the Atlanta Bitcoin Community. | ||
- [Bitsacco](https://bitsacco.com/) - Currently built using fedimint-clientd. Transitioning to use the Fedimint Web SDK. | ||
|
||
### Demo Apps | ||
|
||
- [Vite Core Example](https://github.com/fedimint/fedimint-web-sdk/tree/main/examples/vite-core) - Basic example using @fedimint/core-web | ||
- [Bare JS Example](https://github.com/fedimint/fedimint-web-sdk/tree/main/examples/bare-js) - Minimal JavaScript implementation | ||
|
||
## Templates | ||
|
||
- [Create Fedimint App](https://github.com/fedimint/fedimint-web-sdk/tree/main/packages/create-fedimint-app) - Official project scaffolding tool | ||
- Vite + React | ||
- Vite + React + TypeScript | ||
- Vite + React + TypeScript + Hooks | ||
|
||
## Tools & Libraries | ||
|
||
- [@fedimint/core-web](https://github.com/fedimint/fedimint-web-sdk/tree/main/packages/core-web) - Core Fedimint web utilities | ||
- [@fedimint/react](https://github.com/fedimint/fedimint-web-sdk/tree/main/packages/react) - React contexts and hooks | ||
|
||
## Contributing | ||
|
||
Want to add your project to this list? Please submit a PR! | ||
|
||
### Guidelines | ||
|
||
- Ensure your project uses the Fedimint Web SDK | ||
- Include a brief description | ||
- Follow the existing format | ||
- Add your project to the appropriate category | ||
|
||
## Resources | ||
|
||
- [Official Documentation](https://web.fedimint.org) | ||
- [GitHub Repository](https://github.com/fedimint/fedimint-web-sdk) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.