WebExtension (a.k.a Chrome plugin) wallet for the Ontology blockchain compatible with Chrome and Firefox.
- Create a wallet using mnemonic phrase
- Encrypt a Private Key
- Login with Mnemonic phrase, Private Key or a stored account.
- 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
- Multi account and multi identity support
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
Plugin is currently distributed in Chrome web store at https://chrome.google.com/webstore/detail/ontology-web-wallet/dkdedlpgdmmkkfjabffeganieamfklkm .
To build manually see the steps below. Or you can download pre-build plugin for Chrome from Release page.
- Node
- Yarn (https://yarnpkg.com/lang/en/docs/install/)
Execute these commands in the project's root directory:
Setup:
For faster building process and development experience install Yarn
npm install --global yarn
git clone 'https://github.com/ontio/cyano-wallet.git'
This will watch for file changes and build the distribution every time something changes. If the extension is loaded as Unpacked Extension in Chrome, one could reload the extension to get the newest build.
yarn watch
This will build the extension for installation into browsers.
yarn build
Ledger support is provided by the Ontology TS SDK extension https://github.com/ontio/ontology-ts-sdk-ledger. Because Chrome allows communication with the Ledger only from HTTPS loaded page (which extension is not), there is used a HTTPS iframe embedded. The iframe is hosted on https://drxwrxomfjdx5.cloudfront.net/forwarder.html and the source codes are at https://github.com/ontio/ledger-forwarder . To change the Iframe address navigate to index.tsx and change the call to
Ledger.setLedgerTransport(new Ledger.LedgerTransportIframe('https://drxwrxomfjdx5.cloudfront.net/forwarder.html', true));
To use your Ledger, you also need the Official Ontology Ledger App installed on your Ledger.
Trezor support is provided by the Ontology TS SDK extension https://github.com/ontio/ontology-ts-sdk-trezor. Trezor allows communication with the Trezor Bridge v2 only from https://*.trezor.io page and Node environment, therefore it is not usable from web pages. But it is usable from Web extensions using WebRequest API.
To use your Trezor, you also needs custom firmware located at https://github.com/backslash47/trezor-core . Ontology support is not yet in official firmware.
- TypeScript - Used language
- Node.js - JavaScript runtime for building and ingest
- React - The web framework used
- Semantic UI - The web framework used
- Ontology TypeScript SDK - The framework used
- Matus Zamborsky - Initial work - Backslash47
This project is licensed under the LGPL License - see the LICENSE.md file for details.
The application Gem icon is made by Freepik from www.flaticon.com
To see detailed privacy policy of this project visit PRIVACY.md
Many thanks to the whole Ontology team, who done a great job bringing Ontology to life.
Donations greatly appreciated and ONT/ONG can be sent to: AcqSLx1nSLy9uvVDPrWdNJgwNPfA8UUM4H