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.
- 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
- OWallet source code: https://github.com/oraichain/owallet
- Support ticket: https://orai.io/support
- OWallet website: https://owallet.dev
- Discord https://discord.gg/JNyFnU789b
- You can create a pull request to add your network
- Git clone this repo to desired directory
git clone https://github.com/oraichain/owallet
- Install required packages
yarn bootstrap
- Clone packages/background
git submodule add --force https://github.com/oraichain/owallet-background.git packages/background
- Build it
yarn build
or
yarn build:libs
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.