joebalancio / celo-web-wallet

A lightweight, self-sovereign wallet for the Celo network. Run on the web or on desktop.

Home Page:https://celowallet.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Celo Wallet For Web and Desktop

A lightweight, self-sovereign wallet for the Celo network. Manage small accounts on the web or large ones on your desktop. Fully compatible with Ledger hardware.

Desktop Downloads

The desktop downloads for Mac, Windows, and Linux are hosted here in the releases page.

Frequently Asked Questions

See the FAQ for more details about common questions.

Bundle integrity hashes

This wallet uses Subresource Integrity. Current bundle hashes:

  • Main bundle: bundle.js -> sha256-P5SqnYk5YxQ1RP8ybTB5VNZRvuqURy3Y2sk/4SAxQoI=
  • Optional Ledger bundle: bundle-ledger.js -> sha256-/qZI+9TDxINx0dYAv0aarHvU0pyA0LRYhhNYyv0XEqI=

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:

yarn install 

Running in a browser

To create and run a development build in a browser (recommended for development):

yarn dev

Running in Electron

To build for electron and run in a desktop app:

yarn electron:dev

Contributing

For small contributions such as bug fixes or style tweaks, please open a Pull Request. For new features, please create an issue to start a discussion on Discord.

License

This project is MIT Licensed.

About

A lightweight, self-sovereign wallet for the Celo network. Run on the web or on desktop.

https://celowallet.app

License:MIT License


Languages

Language:TypeScript 95.3%Language:JavaScript 3.3%Language:HTML 1.0%Language:CSS 0.2%Language:Shell 0.2%