eckoWALLET

The best web extension wallet for the Kadena blockchain.

Τι είναι το eckoWALLET;

Το eckoWALLET είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον eckoDAO, και η κύρια λειτουργία του είναι "The best web extension wallet for the Kadena blockchain.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης eckoWALLET

Λήψη αρχείων επέκτασης eckoWALLET σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        eckoWALLET is the first and most used Kadena-native web-extension wallet. 

Robust and user-friendly: eckoWALLET was designed to interact with dapps on the Kadena network, enabling seamless interaction without ever having to leave your browser.

Within Chrome, users are able to: 

Send and receive all Kadena network tokens
View your favorite Kadena NFTs
Buy Kadena with our fiat-on-ramp services provided by Simplex 
Stake your $KDX tokens, earning voting power for eckoGOV
Execute and automatically finish cross-chain transfers 
View incoming and receiving transaction history
Edit accounts with your customized alias
Design Themes such as light, dark, and dark blue
2FA security mechanism
Create a contact list
Access your favorite Kadena networks, dapps, and safely sign transactions and hashes
Customize networks, transaction, and gas settings 
+
many more features constantly being added!

eckoWALLET was built to provide everything a user needs to interact and sign transactions with dapps like eckoDEX or eckoGOV. 

In addition, users can re-use eckoWALLET mobile app, and Chainweaver (Kadena's official wallet) password seed phrases, and quickly regenerate preexisting accounts. 

Secure and compatible: by default, all accounts created within eckoWALLET are k:accounts. And eckoWALLET generates secure keys and passwords that only you have access to: your keys, your crypto.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα eckoWALLET eckoWALLET
ID bofddndhbegljegmpmnlbhcejofmjgbn
Επίσημο URL https://chromewebstore.google.com/detail/eckowallet/bofddndhbegljegmpmnlbhcejofmjgbn
Περιγραφή The best web extension wallet for the Kadena blockchain.
Μέγεθος Αρχείου 8.64 MB
Αριθμός Εγκαταστάσεων 25,877
Τρέχουσα Έκδοση 2.11.1
Τελευταία Ενημέρωση 2024-02-15
Ημερομηνία Δημοσίευσης 2022-01-27
Αξιολόγηση 4.56/5 Συνολικά 41 Αξιολογήσεις
Προγραμματιστής eckoDAO
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://wallet.ecko.finance
Διεύθυνση URL της Σελίδας Βοήθειας https://wallet.ecko.finance
URL της Σελίδας Πολιτικής Απορρήτου https://wallet.ecko.finance/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "eckoWALLET",
    "description": "The best web extension wallet for the Kadena blockchain.",
    "version": "2.11.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "app\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "app\/script\/inpage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "app\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "Open the popup",
        "default_popup": "index.html#popup",
        "default_icon": {
            "16": "favicon.png",
            "32": "favicon.png",
            "48": "favicon.png",
            "128": "favicon.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.chainweb.com\/",
        "https:\/\/api.testnet.chainweb.com\/",
        "https:\/\/api.coingecko.com\/",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "favicon.png",
        "32": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}