
GNU Taler Wallet bởi Florian Dold, sebasjm
Thử nghiệmThử nghiệm
Wallet for GNU Taler, offering privacy-preserving electronic payments.
Bạn sẽ cần Firefox để sử dụng tiện ích mở rộng này
Siêu dữ liệu mở rộng
Ảnh chụp màn hình



Về tiện ích mở rộng này
GNU Taler - Taxable Anonymous Libre Electronic Reserves
Note: The add-on is still experimental and intended for developers.
Check out the demonstration.
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
Note: The add-on is still experimental and intended for developers.
Check out the demonstration.
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
Xếp hạng trải nghiệm của bạn
Quyền hạnTìm hiểu thêm
Tiện ích này cần:
- Truy cập dữ liệu của bạn trên mọi trang web
Thêm thông tin
- Liên kết tiện ích
- Phiên bản
- 1.0.11
- Kích cỡ
- 2,13 MB
- Cập nhật gần nhất
- 6 giờ trước (28 Thg 05 2025)
- Thể loại có liên quan
- Giấy phép
- GNU General Public License v3.0 only
- Chính sách riêng tư
- Đọc chính sách riêng tư của tiện ích này
- Lịch sử các phiên bản
Thêm vào bộ sưu tập
Ghi chú phát hành cho phiên bản 1.0.11
- Bug fixes (deposit transactions)
Thêm các tiện ích mở rộng khác từ các nhà phát triển này
- Chưa có xếp hạng nào
- Chưa có xếp hạng nào
- Chưa có xếp hạng nào
- Chưa có xếp hạng nào
- Chưa có xếp hạng nào
- Chưa có xếp hạng nào
The git repository for the extension is hosted here: https://git.taler.net/wallet-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.