Skip to content
/ OWallet Public
forked from ontio/OWallet

OWallet - a comprehensive Ontology desktop wallet

License

Notifications You must be signed in to change notification settings

Jawax0/OWallet

 
 

Repository files navigation

中文版

OWallet - a comprehensive Ontology desktop wallet

Version 0.9.11

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 install
  1. Run in Development
yarn run dev
  1. Build
yarn run package

Do not use "npm run package" here, or the app will have problem in windows.

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

About

OWallet - a comprehensive Ontology desktop wallet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 74.2%
  • JavaScript 25.7%
  • HTML 0.1%