Oko Wallet - is a non-custodial EVM multichain wallet available browser extension, iOS and Android applications.
The wallet supports all EVM chains, but Klaytn, BNB Chain, Polygon, Ethereum, Arbitrum, Avalanche, Optimism, and Fantom were added as default chains.
The future releases will include a unique widget system. Information about this will be added soon.
๐ https://www.okowallet.app/
There are extension and mobile application versions of Oko Wallet, and here you can find instructions to build them:
-
Install Node.js
-
If you want to run iOS/Android applications, set up the React Native development environment
-
Install dependencies with:
yarn install:all
- If you want to run iOS, install pods for the iOS application additionally:
run yarn install:pods
- Build the project to the
./apps/extension/dist/
folder with
yarn build extension
- Optionally, you may run yarn extension to run development mode:
yarn extension
- To load the extension:
- go to
chrome://extensions/
in the browser; - enable
Developer mode
in the top right corner; - press
Load unpacked
; - select
dist
folder;
- go to
- Run iOS build locally with:
yarn ios
- Run Android build locally with:
yarn android