Skip to content

ontio/OWallet

Repository files navigation

中文版

OWallet - a comprehensive Ontology desktop wallet

Version 0.9.25

Introduction

OWallet is a comprehensive Ontology desktop wallet. OWallet supports standard wallet management, shared wallet management based on multi-signature technology, and will also connect with various hard wallets such as Ledger, Trezor, and so on. In the next phase, OWallet will integrate more applications, providing developers with smart contract compilation, invocation, and other comprehensive services.

Support Windows/MacOS/Linux,get it Here,also welcome to join our community on Discord.

Core features of OWallet are as follows:

  • Create wallet/import wallet using keystore,mnemonic phrase,WIF private key,HEX private key
  • Support shared wallet based on multi-signature technology
  • Ledger support
  • View balance and record
  • Send ONG and ONT
  • Withdraw (redeem) ONG
  • Node stake and stake authorization management
  • ONT ID support
  • Integrate gateway provided by changelly and cryptonex

Get started

  1. Clone the repo
git clone https://github.com/ontio/OWallet.git
  1. Install packages yarn is recommended.
yarn
  1. Run in Development
yarn serve
  1. Build
yarn build

Install released app

Please download the latest version that is compatiable with your platform.

Default keystore.db file path

Default points to:

  • %APPDATA% on Windows

  • $XDG_CONFIG_HOME or ~/.config on Linux

  • ~/Library/Application Support on macOS