Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedimint/awesome-fedimint
😎 The curated list of awesome things related to Fedimint.
https://github.com/fedimint/awesome-fedimint
List: awesome-fedimint
Last synced: 14 days ago
JSON representation
😎 The curated list of awesome things related to Fedimint.
- Host: GitHub
- URL: https://github.com/fedimint/awesome-fedimint
- Owner: fedimint
- Created: 2024-01-02T17:50:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-07T11:28:03.000Z (7 months ago)
- Last Synced: 2024-05-22T22:00:52.736Z (6 months ago)
- Homepage:
- Size: 12.7 KB
- Stars: 34
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome Fedimint [![Awesome](https://awesome.re/badge-flat.svg)](https://github.com/sindresorhus/awesome)
> The curated list of awesome things related to Fedimint.
# Learning Resources
* [fedimint.org](https://fedimint.org)# Wallets
* [`fedimint-cli`](https://github.com/fedimint/fedimint/): command line wallet included in Fedimint that is mainly used for testing and debugging.
* [Fedi](https://www.fedi.xyz/): proprietary mobile app and PWA Fedimint wallet
* [Webimint](https://github.com/elsirion/webimint-rs/): open source Fedimint PWA wallet completely written in rust (very hacky, don't rely on it, it's a weekend project)
* [Mutiny Wallet](https://mutinywallet.com/): open source Bitcoin, Lightning and Fedimint PWA wallet
* [Harbor](https://github.com/MutinyWallet/harbor): open source Fedimint wallet (very early, only supports signet)# Public Federations (not an endorsement)
This is not a heavily curated list, use your own judgement. We reserve the right to remove Federations at our discretion if there is evidence of unethical behavior.## Lists
* [Fedimint Observer](https://observer.fedimint.org/) lists public Fedimints and monitors their health
* [bitcoinmints.com](https://bitcoinmints.com/?show=fedimint) lists public Cashu and Fedimint mints## Mainnet
* Bitcoin Principles
```
fed11qgqzygrhwden5te0v9cxjtnzd96xxmmfdec8y6twvd5hqmr9wvhxuet59upqzg9jzp5vsn6mzt9ylhun70jy85aa0sn7sepdp4fw5tjdeehah0hfmufvlqem
```* E-Cash Club
```
fed11qgqpv9rhwden5te0vekjucm5wf3zu6t09amhxtcpqys2ajnveq8lc5ct6t25kztgrahdhxjptsmzujhjlc74upqnwqr05ggd78dhm
```## Testnet
* [Fedi Alpha (Mutinynet)](https://alpha.fedi.xyz/)
```
fed11qgqrgvnhwden5te0v9k8q6rp9ekh2arfdeukuet595cr2ttpd3jhq6rzve6zuer9wchxvetyd938gcewvdhk6tcqqysptkuvknc7erjgf4em3zfh90kffqf9srujn6q53d6r056e4apze5cw27h75
```# Client Libraries
* [`fedimint-web-sdk`](https://github.com/fedimint/fedimint-web-sdk) ([docs](https://web.fedimint.org)): Wasm-Powered SDK for building fedimint clients in the web
* [`fedimint-client`](https://github.com/fedimint/fedimint): official Rust client library, requires client modules to become useful (included in main repo: `wallet`, `mint`, `ln`)
* [`fedimint-http-client`](https://github.com/Kodylow/fedimint-http-client): wrapper around `fedimint-client` with its default modules exposing a HTTP API for easier cross-language consumption
* [`fedimint-sdk-ts`](https://github.com/Kodylow/fedimint-sdk-ts): Typescript Fedimint client library using `fedimint-http-client` under the hood
* [`fedimint-sdk-py`](https://github.com/Kodylow/fedimint-sdk-ts): Python Fedimint client library using `fedimint-http-client` under the hood
* [`fedimint-sdk-go`](https://github.com/Kodylow/fedimint-sdk-ts): Go Fedimint client library using `fedimint-http-client` under the hood# Modules
* [Prediction Markets](https://github.com/toyota-corolla0/fedimint-prediction-markets)
* [ROASTR](https://github.com/m1sterc001guy/roastr): Module for collaboratively signing Nostr events using [ROAST](https://medium.com/blockstream/roast-robust-asynchronous-schnorr-threshold-signatures-ddda55a07d1b).# Misc
* [Hermes](https://github.com/Kodylow/hermes): lightning address server for Fedimint
* [Fedimint-Charts](https://github.com/ngutech21/fedimint-charts): Helm Charts for deploying Fedimint on Kubernetes# Historic/Discontinued
* [Fluttermint](https://github.com/futurepaul/fluttermint): discontinued, but honourable mention since it was the first graphical Fedimint client