DOSI Vault

DOSI Vault is a non-custodial wallet that users can directly manage and use.

ما هو DOSI Vault؟

DOSI Vault هو إضافة Chrome تم تطويرها بواسطة LINE NEXT Inc.، والميزة الرئيسية لها هي "DOSI Vault is a non-custodial wallet that users can directly manage and use.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة DOSI Vault

قم بتنزيل ملفات الامتداد DOSI Vault بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Blockchain Wallet for All - DOSI Vault

1. A non-custodial wallet* which users can store and use directly
DOSI Vault is the first non-custodial  wallet that supports FINSCHIA.
The private key is encrypted and stored safely on the user’s computer, and the user can directly store and use the asset.

We plan to support FINSCHIA, LINE’s base cryptocurrency, at launch and add multiple tokens from LINE’s new public mainnet* in the future.

※ A non-custodial wallet means a wallet that individuals have full control of. Users have full control over their private keys and assets.
※ Mainnet refers to an independent blockchain platform, protocol, or network.

2. A user-friendly wallet that supports Google sign-in
DOSI Vault supports Google login as well as Mnemonic phrase during the wallet creation process.

This allows users who are unfamiliar with blockchain or Web3 to easily create accounts without mnemonic settings through Google Login.

3. A wallet with fast transactions that also saves on gas fees
DOSI Vault plans to use LINE’s new public mainnet, which will have a faster transaction speed with lower transaction costs (gas fees) than other major mainnets. When paying for FINSCHIA with DOSI Vault, the gas fee is $0.076 which is 98%* lower than Ethereum, and the transaction takes approximately 2 seconds, which is 400 times* faster than Ethereum.

※ Reduction of gas fee : This is a assumptive comparison of LINE blockchain’s expected general remittance gas fee of 0.003 FNSA (USD 0.076) and Ethereum gas fee of 0.004 ETH (USD 5, as of 22/12/7). Gas fees are subject to change depending on chain conditions and remittance type.

※ Reduction of transaction time: This is a comparison based on the new LINE public mainnet block confirmation time of 2 seconds and the Ethereum block confirmation time of 15 minutes, and is subject to change depending on the mainnet situation. In addition, the block size of LINE’s new public mainnet is about 21MB, which is 2.6 times larger than Ethereum’s 8MB, so more transactions can be processed at the same time.

4. Providing a wallet based on web and mobile app
Connect your DOSI Vault account to mobile application by just scanning the QR code.
All your digital assets in the browser account can be easily managed in your mobile device.

5. Buy NFTs with FINSCHIA more easy & quick
Buy NFTs* with FINSCHIA by connecting DOSI Vault through DOSI Wallet 'payment' feature in just 2-Steps.

※NFT : Non-Fungible Token                    

معلومات أساسية عن التمديد

الاسم DOSI Vault DOSI Vault
ID blpiicikpimmklhoiploliaenjmecabp
عنوان URL الرسمي https://chromewebstore.google.com/detail/dosi-vault/blpiicikpimmklhoiploliaenjmecabp
الوصف DOSI Vault is a non-custodial wallet that users can directly manage and use.
حجم الملف 14.25 MB
عدد التثبيتات 20,000
النسخة الحالية 1.5.2
آخر تحديث 2024-01-11
تاريخ النشر 2023-01-27
تقييم 4.69/5 مجموع تقييمات 13
المطور LINE NEXT Inc.
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://vault.dosi.world
عنوان صفحة المساعدة https://vault.dosi.world
عنوان صفحة سياسة الخصوصية https://terms2.line.me/GlobalNFTWallet_Privacy?lang=en
اللغات المدعومة en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DOSI Vault",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5.2",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "DOSI Vault"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "identity",
        "idle",
        "alarms"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.js",
                "contentScripts.bundle.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injectedScript.bundle.js",
                "assets\/logo-256.png",
                "blocklist.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}