
GNU Taler Wallet szerző: Florian Dold, sebasjm, sebasjm
Wallet for GNU Taler, for privacy preserving and transparent payments
A kiegészítő használatához a Firefoxra lesz szüksége
Kiegészítő metaadatai
Képernyőképek



A kiegészítő névjegye
GNU Taler is a privacy-friendly electronic payment system.
Taxable
Unlike Bitcoin or cash payments, Taler ensures that governments can easily track their citizen's income and thus collect sales, value-added or income taxes. Taler is thus a currency for the mainstream economy, and not the black market.
Anonymous
When you pay with Taler, your identity does not have to be revealed to the merchant. The bank, government and mint will also never learn how you spent your electronic money. However, you can prove that you paid in court if necessary.
Libre
Taler is free software from GNU implementing an open protocol. Anybody is welcome to inspect our code and integrate our reference implementation into their applications.
Electronic
Taler is designed to work on the Internet. Using a so-called RESTful protocol over HTTP or HTTPS, Taler is easy to integrate with existing Web applications.
Reserves
Taler uses an electronic mint holding financial reserves in existing currencies. This means that Taler is not a new currency with the inherent currency fluctuation risks, but instead the cryptographic coins correspond to existing currencies, such as US Dollars, Euros or even BitCoins.
Read more at taler.net
Taxable
Unlike Bitcoin or cash payments, Taler ensures that governments can easily track their citizen's income and thus collect sales, value-added or income taxes. Taler is thus a currency for the mainstream economy, and not the black market.
Anonymous
When you pay with Taler, your identity does not have to be revealed to the merchant. The bank, government and mint will also never learn how you spent your electronic money. However, you can prove that you paid in court if necessary.
Libre
Taler is free software from GNU implementing an open protocol. Anybody is welcome to inspect our code and integrate our reference implementation into their applications.
Electronic
Taler is designed to work on the Internet. Using a so-called RESTful protocol over HTTP or HTTPS, Taler is easy to integrate with existing Web applications.
Reserves
Taler uses an electronic mint holding financial reserves in existing currencies. This means that Taler is not a new currency with the inherent currency fluctuation risks, but instead the cryptographic coins correspond to existing currencies, such as US Dollars, Euros or even BitCoins.
Read more at taler.net
Értékelés 5 szerkesztő által: 4
Engedélyek és adatokTovábbi tudnivalók
Szükséges engedélyek:
- Az adatai elérése az összes webhelyhez
További információk
- Kiegészítő hivatkozásai
- Verzió
- 1.0.16
- Méret
- 2,13 MB
- Legutóbb frissítve
- 2 hónapja (2025. jún. 9.)
- Kapcsolódó kategóriák
- Licenc
- Kizárólag GNU GPL licenc v3.0
- Adatvédelmi irányelvek
- Olvassa el a kiegészítő adatvédelmi irányelveit
- Verziótörténet
- Gyűjteményhez adás
Kiadási megjegyzések ehhez: 1.0.16
Scope list in the balance/history page
További kiegészítők ezektől a fejlesztőktől
- Még nincsenek csillagos értékelések
- Még nincsenek csillagos értékelések
- Még nincsenek csillagos értékelések
- Még nincsenek csillagos értékelések
- Még nincsenek csillagos értékelések
- Még nincsenek csillagos értékelések
The git repository for the extension is hosted here: https://git.taler.net/taler-typescript-core.git/
We've tested the build on a Debian bullseye. There is also a Dockerfile available (contrib/wallet-docker) for a Debian container that has all dependencies installed to build the wallet successfully.
When running the docker-based instructions, please make sure that your current user has access to the docker service. To ensure that, run
$ newgrp docker
before the rest of the instructions.