Goldmint Lite Wallet

Send and receive MNT/GOLD in Mint blockchain

Goldmint Lite Wallet là gì?

Goldmint Lite Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://www.goldmint.io, và tính năng chính của nó là "Send and receive MNT/GOLD in Mint blockchain".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Goldmint Lite Wallet

Tải xuống các tệp mở rộng Goldmint Lite 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

                        GoldMint Lite Wallet is a perfect way to store, send, and receive your tokens in the Mint Blockchain.
GoldMint Lite Wallet is provided for token holders to safely and securely store, send or receive MNT or GOLD tokens. It allows you to have multiple wallets which will provide the user with multiple places to store MNT and GOLD if needed.

FEATURES
• Creating wallets completely on the client-side. Your private key is never sent to any other side.
• Using mnemonic phrase for the wallet backup
• Generate and send offline transactions, ensuring your private keys never touch an internet-connected device.
• Real-time valuation of your assets based on cryptomarket prices.
• User-friendly interface.

GoldMint Company is a global network of Custody Bot terminals, both proprietary and franchised. They are designed to implement the exchange of physical gold to local fiat currency or GOLD cryptocurrency and vice versa. The uniqueness of the GOLD token which combines the properties of physical gold and cryptocurrencies along with Custody Bot terminal of own design gives us advantages to develop global, profitable, and transparent business.

GOLD cryptocurrency
GOLD cryptocurrency is securitized pawnshop loans denominated in gold. It is the heart of the GoldMint ecosystem. The cost of 1 crypto asset GOLD is equal to the cost of 1 troy ounce of 24K gold on the LME (London Metal Exchange). Emission of GOLD cryptocurrency depends on the amount of the GOLD stored in the Custody Bots and it’s all recorded in the Mint blockchain.

MNT token
MNT is a service token that will be required for involvement in the creation Custody Bot network, for getting a transaction discount inside the chain and sharing commissions revenue.

MNT use cases: 
• It is necessary to record data in the MINT blockchain.
• It gives discounts on the GOLD transactions in the MINT blockchain network.
• It allows the owner to receive a part of network-wide GOLD commissions.
• The MNT owner is allowed to obtain a franchise for the Custody Bot. 

Our social channels:
Website: https://goldmint.io/
Telegram: https://t.me/goldmintio
Twitter: https://twitter.com/goldmintio
Reddit: https://www.reddit.com/r/goldmintio/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Goldmint Lite Wallet Goldmint Lite Wallet
ID fnabdmcgpkkjjegokfcnfbpneacddpfh
URL Chính Thức https://chromewebstore.google.com/detail/goldmint-lite-wallet/fnabdmcgpkkjjegokfcnfbpneacddpfh
Mô tả Send and receive MNT/GOLD in Mint blockchain
Kích Thước Tệp 1.83 MB
Số Lần Cài Đặt 378
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-04-24
Ngày Phát Hành 2020-04-24
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://www.goldmint.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://goldmint.io
URL Trang Chính Sách Bảo Mật https://www.goldmint.io/wp-content/uploads/2019/09/Consumer-data-privacy-policy-2019-Wallet.pdf
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Goldmint Lite Wallet",
    "description": "Send and receive MNT\/GOLD in Mint blockchain",
    "short_name": "Goldmint Lite Wallet",
    "version": "1.1.0",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/logo\/logo16.png",
        "48": "assets\/logo\/logo48.png",
        "128": "assets\/logo\/logo128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "clipboardWrite",
        "notifications",
        "activeTab",
        "https:\/\/*.goldmint.io\/*"
    ],
    "web_accessible_resources": [
        "inpage.js",
        "assets\/libs\/mint\/gowasm.js",
        "assets\/libs\/mint\/mint.wasm",
        "assets\/libs\/mint\/mint.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}