Skip to content

alienc0der/syrius

 
 

Repository files navigation

s y r i u s

Build and release syrius Library updater for syrius

Cross-platform non-custodial wallet designed for Alphanet - Network of Momentum Phase 0.

Developed in Flutter using the Zenon Dart SDK, s y r i u s wallet provides a simple and intuitive interface to interact with Network of Momentum Phase 0.

Architecture

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

Building

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 and native full node integration - Embedded Node.

Dependencies:

  • Flutter: >=2.10.x
  • Dart: >=2.16.x

Currently supported <os>: windows, macos, linux

The WalletConnect integration requires setting the WC_PROJECT_ID environmental variable.

git clone https://github.com/zenon-network/syrius.git
flutter pub get
flutter run --dart-define=WC_PROJECT_ID=walletconnect_project_id -d <os>
flutter build --dart-define=WC_PROJECT_ID=walletconnect_project_id <os>

Contributing

Please check CONTRIBUTING for more details.

License

The MIT License (MIT). Please check LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 96.3%
  • C++ 1.7%
  • CMake 1.5%
  • Ruby 0.1%
  • Swift 0.1%
  • C 0.1%
  • Other 0.2%