Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cionn3/zeus

An Ethereum Desktop Wallet App (WIP)
https://github.com/cionn3/zeus

blockchain egui rust

Last synced: 4 days ago
JSON representation

An Ethereum Desktop Wallet App (WIP)

Awesome Lists containing this project

README

        

## Zeus - An Ethereum Desktop Wallet App (WIP)

![Screenshot](src/main-img.png)

### This project is under heavy development and doesnt carry any useful functionalities yet.

### Currently you can do:
- Create, import wallets
- Add Erc20 tokens from their address
- See your Eth and Erc20 token balances

### Supports the following chains:
- Ethereum Mainnet
- Binance Smart Chain
- OP Base
- Arbitrum

You need to provide your own RPC url in order for Zeus to make requests, to do that you can find the Network settings at the top left corner.

Currently only supports Websockets.

## Build From Source
```
cargo build --release
```