Crypto wallet seamlessly built in your apps.
Using the latest advances in cryptography, Oko delivers a seamless experience by integrating the security of blockchain wallets directly into web or mobile apps.
- 🔒Enhanced Security: Multi-party computation to generate signature
- 🚀 Better User Experience: No browser extension, no secret phrases, sign in with a social account.
- ⚡Developer Friendly: Simple integration, wallet programmability
| Packages | Latest |
|---|---|
| @oko-wallet/oko-sdk-core | |
| @oko-wallet/oko-sdk-cosmos | |
| @oko-wallet/oko-sdk-eth |
TBD
Please refer to the document.
Any contributions you make are greatly appreciated. If you have a suggestion can improve this project, please do not hesitate to open an issue ticket or raise a pull request. Guidelines are provided.
Please see SECURITY.md for our security policy and how to report vulnerabilities.
Distributed under the Apache License 2.0. See Apache 2.0 License for more information.
- Postgres 17+
During development, key share node assumes the system has "pg_dump" executable. pg_dump should be installed while installing Postgres. One way to install on MacOS is as follows.
brew install postgresql@18
echo 'export PATH="/opt/homebrew/opt/postgresql@18/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc