IN DEVELOPMENT
A Dero Universal Wallet with mobile UI. Cross-platform: Linux, Windows, MacOS, Android, IOS...
This wallet uses Gio UI for rendering components.
The goal is to attract more users into the Dero Ecosystem with a wallet that is intuitive, easy to use and does not compromise privacy.
The primary focus is to phase out the Dero RPC Bridge
browser extension in favor of this wallet, utilizing the DApps XSWD protocol. This should remove a painful and unsafe step of connecting your wallet directly to a DApp platform.
Additionally, I aim to offer an alternative UI with extra features, including smart contract interactions, organized visualization of NFTs, and extensive language support.
- Integrated fast-sync Dero Node for full privacy.
- Connect to a remote node for quick utilization.
- Multiple wallet management.
- Manage Dero tokens and NFTs (folder-like structure).
- Easily send payments and receive with QR code.
- Fast registration implemented by Pieswap.
- Address book to manage contacts.
- Support as much language as possible (12 and counting...).
- App color schemes (dark, light, blue).
- Draggable list items (for ordering items).
- Interact with Dero DEX directly (DEX created by Pieswap).
- View pair list.
- Swap form.
- Add and remove liquidity form.
- Bridge to Eth (with ringsize).
- Bridge from Eth through Metamask Extensions and Mobile.
- Wallet address hashicon (easily recognize your wallets with unique icons) https://github.com/emeraldpay/hashicon.
- DApps connection with XSWD protocol by Slixe (toggle on/off, manage connections and permissions).
- Testnet/Mainnet switch component mode.
- Camera to scan QR code (scan wallet/integrated address).
- Smart contract explorer for any token (view code, variables, list and execute functions).
- English, French, Spanish, Italian, Dutch, German, Russian, Portuguese, Romanian, Japanese, Korean, Chinese Simplified, Chinese Traditional
- App release (iOS app store, Google play store & F-Droid).
- Improve UI based on JoyRaptor design.
- Engram -> https://github.com/DEROFDN/Engram
You can build your own version by following build steps bellow or use available prebuilds here https://github.com/g45t345rt/g45w/releases.
If you have Git installed, clone the repository.
git clone https://github.com/g45t345rt/g45w.git
Download and install GO.
https://go.dev/doc/install
Install latest version of GioUI build tool.
go install github.com/g45t345rt/gio-cmd/gogio@latest
Check Github workflows for more build information.
https://github.com/g45t345rt/g45w/tree/master/.github/workflows
Install Android SDK with NDK bundle!
Build the app.
./build_gio.sh android arm64
If your phone is connected and developer mode is on, install the APK directly with this command.
./adb_install.sh
Xcode is required!
Build the app.
./build_gio.sh ios arm64
Install dependencies
Fedora 35+
dnf install gcc pkg-config wayland-devel libX11-devel libxkbcommon-x11-devel mesa-libGLES-devel mesa-libEGL-devel libXcursor-devel vulkan-headers
Ubuntu 18.04+
apt install gcc pkg-config libwayland-dev libx11-dev libx11-xcb-dev libxkbcommon-x11-dev libgles2-mesa-dev libegl1-mesa-dev libffi-dev libxcursor-dev libvulkan-dev
Build the app.
./build_go.sh linux amd64
Build the app.
./build_gio.sh windows amd64
Xcode is required!
Build the app.
./build_gio.sh macos amd64
/build/g45w_windows_amd64.exe
/build/g45w_linux_amd64
/build/g45w_macos_amd64.app
/build/g45w_ios_arm64.app
/build/g45w_android_arm64.apk
/build/g45w_android_arm.apk
List of contributors. Thank you all!
If your alias is not listed, pls let me know.
Most translations were done with ChatGPT and are far from being accurate.
If you notice any errors, pls update the values in /assets/lang
folder and create a pull request.
jvx
jvx
, secretnamebasis
, Derolifestyle
, JoyRaptor
, chakipu
, TheObjectiveAlpha
,
Lutamm
, VastoLorde
, rexBGcoxx
, Kray0005
, Apollo
, Coose
, Cypherpunk
, o1o7
,
keyper
, Zalamander
, ArcaneSphere
, proprivacy
, Wind_W#369
, Ulmo
, AltCtrl
, Cats
,
derionner
This project is licensed under the MIT License.
The MIT License (MIT)
Copyright (c) 2023 g45t345rt