Skip to content

oraichain/owallet

Repository files navigation

OWallet

License Twitter: OWallet

OWallet: Cosmos x EVM in one Wallet

OWallet supports both Cosmos-based and EVM-based networks including Cosmos Hub, Oraichain, Osmosis, Juno, Ethereum, BSC, and more. OWallet is developed based on Keplr extension and currently maintained by Oraichain Labs.

OWallet’s key features

  • Support Cosmos-based and EVM-based networks
  • Enable IBC transfer
  • Improved sending and receiving of CW20 (standard fungible tokens based on Cosmwasm)
  • Compatible with Cosmwasm v1

Technical inquiries

Install

  1. Git clone this repo to desired directory
git clone https://github.com/oraichain/owallet
  1. Install required packages
yarn bootstrap
  1. Clone packages/background
git submodule add --force https://github.com/oraichain/owallet-background.git packages/background
  1. Build it
yarn build 
or
yarn build:libs

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Release

License

/*
 * Copyright 2022 Oraichain Labs JSC.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at

 *      http://www.apache.org/licenses/LICENSE-2.0

 *   Unless required by applicable law or agreed to in writing, software
 *   distributed under the License is distributed on an "AS IS" BASIS,
 *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *   See the License for the specific language governing permissions and
 *   limitations under the License.
 
 * The repository (this work) includes work covered by the following copyright and permission notices:
 *
 *    Copyright 2020 Chainapsis, Inc
 *    Licensed under the Apache License, Version 2.0.
 * 
 * NOTICE: The source code branch of Chainapsis Inc. under Apache 2.0 license:
 *  https://github.com/chainapsis/keplr-wallet/tree/0e137373ac4f526caf97b4694de47fe1ba543bd8
 */

Full text: LICENSE.txt