Cross-platform non-custodial wallet designed for Alphanet - Network of Momentum Phase 1.
Developed in Flutter using the Zenon Dart SDK and Ledger Wallet for Zenon Dart SDK, s y r i u s
wallet provides a simple and intuitive interface to interact with Network of Momentum Phase 1.
The wallet has a modular design with native full node integration. There are three operation modes of the wallet depending on user preference:
- Embedded Node mode: integrated full node
- Local Node mode: connect to your own full node
- Remote Node: connect to a third party node
Follow the instructions to install the Flutter SDK. Check the documentation in order to setup the Flutter desktop environment.
Learn about the foreign function interface (ffi) here that enables state-of-the art KDF - Argon2, feeless transactions - PoW links, native full node integration - Embedded Node and communication library between Ledger devices - Ledger.
Dependencies:
- Flutter:
>=3.19.x
- Dart:
>=3.3.x
Currently supported <os>
: windows
, macos
, linux
git clone https://github.com/zenon-network/syrius.git
flutter pub get
flutter run -d <os>
flutter build <os>
Note that on Linux you will need to install an udev rule file with your application for unprivileged users to be able to access HID devices with hidapi. Refer to the README file in the udev directory for an example.
Please check CONTRIBUTING for more details.
The MIT License (MIT). Please check LICENSE for more information.