Fusion Wallet
Fusion Wallet
Fusion Wallet là gì?
Fusion Wallet là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Fusion Wallet".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fusion Wallet
Tải xuống các tệp mở rộng Fusion Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
An open source wallet of TTT and TRC20 based assets. You can easily send, receive and trade TTT and other assets issued on the TrustNote testnet. All transactions are signed locally, your private keys are hosted locally and will never be send to any servers. TrustNote Fusion Wallet is maintained by TrustNote developers community and is focus on new feature development including: - Multiple crypto-currencies support - Wallet SDK - In-app browsers (enabling web based blockchain apps and DApps) TTT: TTT is the first TRC20 compatible digital asset issued on the TrustNote network. Like fuel, TTT can be used to pay for the cost of access and storage on decentralized TrustNote network, and like cash, it doesn’t require a third party to process or approve the transaction. TRC20: TrustNote’s TRC20 standard directly benchmarks Ethereum’s ERC20 token standard, but offers innovative solutions to many of the barriers preventing mainstream adoption of the Ethereum network. Creating an ERC20 smart contract is a difficult task that requires a high degree of programming knowledge. It is also easy to make a slight error in coding which can have catastrophic effects once the smart contract is implemented. TrustNote’s revolutionary new TRC20 standard makes it easy for anyone on any device to issue and transfer their own tokens. How to Help the Development: TrustNote and TrustNote Fusion Wallet are open source and we welcome developers join us by contributing their code. Our call for developers to help improve the code is part of our incentive program for contributing developers. A full guide to the developers' incentive program is avaiblable at https://medium.com/trustnote/trustnote-software-developers-incentive-program-92884298c69e, and TrustNote's code can be found from https://github.com/TrustNote. How to Use the Wallet: TrustNote Fusion Wallet version 1.0 is connected to the TrustNote testnet instead of the mainnet, this means you will not be able to use TTT and TRC20 based assets issued on the mainnet. For those who are interested, please email [email protected] and we'll send free TTT issued on TrustNote testnet so you can experiment the product.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fusion Wallet |
ID | nlopkpnmamfandaionekjbpfpilkebkj |
URL Chính Thức | https://chromewebstore.google.com/detail/fusion-wallet/nlopkpnmamfandaionekjbpfpilkebkj |
Mô tả | Fusion Wallet |
Kích Thước Tệp | 1.65 MB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2018-11-29 |
Ngày Phát Hành | 2018-11-26 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fusion Wallet", "version": "1.0.0", "description": "Fusion Wallet", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "Fusion Wallet", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "contextMenus", "tabs", "notifications", "webRequest", "webRequestBlocking", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "homepage_url": "https:\/\/github.com\/fusionwallet\/chrome_extensions" } |