https://github.com/jmrossy/celo-web-wallet
Othello: A lightweight, self-sovereign wallet for the Celo network. Runs on the web and on desktop.
https://github.com/jmrossy/celo-web-wallet
celo desktop othello wallet web
Last synced: about 1 year ago
JSON representation
Othello: A lightweight, self-sovereign wallet for the Celo network. Runs on the web and on desktop.
- Host: GitHub
- URL: https://github.com/jmrossy/celo-web-wallet
- Owner: jmrossy
- License: mit
- Created: 2020-09-01T20:28:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T23:00:24.000Z (over 1 year ago)
- Last Synced: 2025-04-09T21:13:52.459Z (about 1 year ago)
- Topics: celo, desktop, othello, wallet, web
- Language: TypeScript
- Homepage: https://celowallet.app
- Size: 4.9 MB
- Stars: 51
- Watchers: 5
- Forks: 30
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Othello Wallet
A lightweight, self-sovereign wallet for the Celo network. Manage small accounts [on the web](https://celowallet.app) or large ones [on your desktop.](https://github.com/celo-tools/celo-web-wallet/releases).
**Note**: This wallet is not currently under active development. Only security updates will be released.
## Desktop Downloads
The desktop downloads for Mac, Windows, and Linux are hosted here in the [releases page](https://github.com/celo-tools/celo-web-wallet/releases).
## Frequently Asked Questions
See the [FAQ](FAQ.md) for more details about common questions.
## Bundle integrity hashes
This wallet uses [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity). Current bundle hashes:
* Main bundle: `bundle.js -> sha256-wjOt4/rxupRmwC5pCPtkt50P2Zq2dwirX6suzfcjnxg=`
* Optional Ledger bundle: `bundle-ledger.js -> sha256-y7j3fytyX6vGMzLlXD5NBwndy4e3vzW/krmDodztN18=`
Advanced users can verify the source integrity by comparing the hashes in their page source to these values.
## Building and running locally
First install dependencies:
```sh
yarn install
```
### Running in a browser
To create and run a development build in a browser (recommended for development):
```sh
yarn dev
```
### Running in Electron
To build for electron and run in a desktop app:
```sh
yarn electron:dev
```
## Contributing
For small contributions such as bug fixes or style tweaks, please open a Pull Request.
## License
This project is [MIT Licensed](LICENSE).