Cyano Wallet

Cyano Wallet - an Ontology wallet

Wat is Cyano Wallet?

Cyano Wallet is een Chrome-extensie ontwikkeld door cyano-publishing, en de belangrijkste functie is "Cyano Wallet - an Ontology wallet".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Cyano Wallet

Download Cyano Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        WebExtension wallet for the Ontology blockchain compatible with Chrome.

Security
When using this extension be responsible. You can follow some of these security tips:

* Divide your assets between Cold (little use) and Hot (active use) wallet
* Regularly check your balances
* Use hardware wallet for your Cold wallet
* Do not use Smart contract whitelisting on your Cold wallet


What does it currently do:

Create a wallet using mnemonics phrase
Encrypt a Private Key
Login with Mnemonics phrase, Private Key or a stored account.
Wallet Export/Import
Ledger support
Trezor support
View balance
Send ONG and ONT
Withdraw (claim) ONG
Switch networks (Test/Main/Private) with TLS support
ONT ID support
Ontology dAPI support
NEO and ONT address support for normal and Ledger accounts
OEP-4 tokens

Privacy policy
Visit https://github.com/ontio-community/cyano-wallet/blob/master/PRIVACY.md to see the whole privacy policy.                    

Basisinformatie over de Extensie

Naam Cyano Wallet Cyano Wallet
ID dkdedlpgdmmkkfjabffeganieamfklkm
Officiële URL https://chromewebstore.google.com/detail/cyano-wallet/dkdedlpgdmmkkfjabffeganieamfklkm
Beschrijving Cyano Wallet - an Ontology wallet
Bestandsgrootte 3.26 MB
Aantal Installaties 5,000
Huidige Versie 0.8.15
Laatst Bijgewerkt 2022-03-09
Publicatiedatum 2020-07-01
Beoordeling 3.11/5 Totaal 18 Beoordelingen
Ontwikkelaar cyano-publishing
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ontio/cyano-wallet
Help Pagina-URL https://github.com/ontio/cyano-wallet
URL van de Privacybeleid Pagina https://github.com/OntologyCommunityDevelopers/cyano-wallet/blob/master/PRIVACY.md
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cyano Wallet",
    "author": "Matus Zamborsky ",
    "description": "Cyano Wallet - an Ontology wallet",
    "version": "0.8.15",
    "browser_action": {
        "default_title": "Cyano Wallet"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/static\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "32": "logo32.png",
        "48": "favicon.png",
        "128": "logo.png"
    },
    "permissions": [
        "storage",
        "http:\/\/127.0.0.1\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "externally_connectable": {
        "ids": []
    }
}