IN DEVELOPMENT
A Dero Universal Wallet with mobile UI. Cross-platform: Linux, Windows, MacOS, Android, IOS...
The goal is to bring more users into the Dero Ecosystem with a wallet that is intuitive, easy to use and don't compromise privacy.
Although there is already a fantastic wallet created by the DERO Foundation members https://github.com/DEROFDN/Engram, I want to provide an alternative with a different user interface and additional features, such as smart contract interaction. One notable technological difference is that this wallet uses Gio UI instead of Fyne for rendering components.
Additionally, I intend to discontinue the Dero RPC Bridge
browser extension in favor of this wallet using the DApps XSWD protocol.
This change should remove a painful/unsafe step of connecting your wallet directly to a DApp platform.
- 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 (11 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 :D
- App release (iOS app store, Google play store & F-Droid).
- DApps interaction with XSWD protocol by Slixe.
- Expose daemon/wallet API for integrated node.
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 gioui.org/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 here 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
, Zalamender
, 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