Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/cionn3/zeus
- Owner: Cionn3
- License: mit
- Created: 2024-06-15T14:53:02.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-22T12:53:58.000Z (4 months ago)
- Last Synced: 2024-07-22T15:17:30.404Z (4 months ago)
- Topics: blockchain, egui, rust
- Language: Rust
- Homepage:
- Size: 1.69 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE-MIT
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
- ArbitrumYou 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
```