feather/README.md

39 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2021-10-28 23:10:01 +00:00
# Feather Wallet
2021-03-14 21:12:02 +00:00
Feather is a free, open-source Monero wallet for Linux, Tails, macOS and Windows. It is written in C++ with the Qt framework.
2024-01-04 16:07:38 +00:00
Copyright (c) 2020-2024, The Monero Project.
2021-03-14 21:12:02 +00:00
## Resources
2021-10-28 23:10:01 +00:00
* Web: [featherwallet.org](https://featherwallet.org)
2021-10-28 23:10:01 +00:00
* Docs: [docs.featherwallet.org](https://docs.featherwallet.org)
2022-02-03 14:19:50 +00:00
* Git: [github.com/feather-wallet/feather](https://github.com/feather-wallet/feather)
2021-10-28 23:10:01 +00:00
* Reddit: [/r/FeatherWallet](https://old.reddit.com/r/FeatherWallet)
2023-07-01 01:18:52 +00:00
* Lemmy: [monero.town/c/featherwallet](https://monero.town/c/featherwallet)
2021-02-15 18:57:47 +00:00
* Mail: dev@featherwallet.org
2024-02-23 11:17:17 +00:00
* IRC: `#feather` on [OFTC](https://www.oftc.net/)
* Matrix: [matrix.to/#/#feather:monero.social](https://matrix.to/#/#feather:monero.social)
2021-10-28 23:10:01 +00:00
2022-05-26 16:58:54 +00:00
**Download** the latest release [here](https://featherwallet.org/download).
## Supporting the project
2021-10-28 23:10:01 +00:00
Feather is a 100% community-sponsored project. If you want to join our efforts, the easiest thing you can do is support the project financially.
2022-05-26 16:58:54 +00:00
Donations help pay for hosting, build servers, domain names, e-mail and other recurring costs. Any amount helps.
`47ntfT2Z5384zku39pTM6hGcnLnvpRYW2Azm87GiAAH2bcTidtq278TL6HmwyL8yjMeERqGEBs3cqC8vvHPJd1cWQrGC65f`
2022-06-02 12:50:33 +00:00
## Deterministic builds
2022-05-26 16:58:54 +00:00
2022-06-02 12:50:33 +00:00
See [contrib/guix/README.md](https://github.com/feather-wallet/feather/blob/master/contrib/guix/README.md) for more information.
2022-05-26 16:58:54 +00:00
2022-06-02 12:50:33 +00:00
## Development
2022-05-26 16:58:54 +00:00
If you are looking to set up a development environment for Feather, see [HACKING.md](https://github.com/feather-wallet/feather/blob/master/HACKING.md).
2024-02-23 11:17:17 +00:00
It is highly recommended that you join the `#feather` IRC channel on [OFTC](https://www.oftc.net/) or [`#feather:monero.social`](https://matrix.to/#/#feather:monero.social) on Matrix if you
2022-05-26 16:58:54 +00:00
are hacking on Feather. Due to the nature of this open source software project, idling in this channel is the best
way to stay updated on best practices and new developments.