Skip to content

Syrius SIG — HyperCore One

Cross-platform non-custodial wallet

Contact & Meetings

  • Matrix: #sig-syrius:hc1.chat
  • Chair: @?:hc1.chat
  • Meetings: Ad-hoc (announced in Matrix room)

All contributors are welcome to join discussions and participate in meetings. Notes and decisions will be published in the hc1-sig-archive repository.

Overview

The Syrius SIG operates under the HyperCore One (HC1) organization as part of the broader effort to strengthen the Zenon Network ecosystem through structured open collaboration.

The Syrius Special Interest Group (SIG) focuses on the ongoing development, maintenance, and improvement of Syrius, the flagship cross-platform non-custodial wallet for the Zenon Network.

This SIG provides a structured environment for open collaboration, design discussions, issue triage, and roadmap alignment related to Syrius core functionality.

Mission

To ensure Syrius remains a secure, reliable, and user-friendly wallet that supports the long-term sustainability and adoption of the Zenon Network.

The Syrius SIG aims to:

  • Maintain and improve the Syrius codebase.
  • Discuss and document wallet architecture, UX, and platform consistency.
  • Facilitate coordination between developers, designers, and community contributors.
  • Support transparent development through public discussions and documented decisions.

Scope

The Syrius SIG focuses exclusively on the core Syrius application and its direct dependencies.

In scope:

  • Core wallet UX and UI.
  • Transaction, account, and key management.
  • Cross-platform builds and CI/CD processes.
  • Security, encryption, and integration with the Dart SDK.
  • Unit, widget, and integration tests; test infra and coverage targets.
  • Documentation and contributor onboarding.

Out of scope:

  • Plugin framework and third-party integrations (may become part of future SIGs).

Governance

The Syrius SIG is an open working group under HC1’s governance structure.
All contributors may propose, review, and discuss changes through GitHub issues or pull requests.

Governance follows the guidelines and decision-making framework established by the SDLC SIG.
These include expectations for participation, proposal lifecycle, and consensus-driven approvals.

Owned Repositories

RepositoryDescription
hypercore-one/sig-syriusSyrius SIG documentation and meeting notes.
RepositoryDescription
zenon-network/syriusSyrius main wallet repository.
zenon-network/znn_sdk_dartDart SDK for interacting with the Zenon network.
zenon-network/znn_ledger_dartLedger wallet integration for Dart SDK.
zenon-network/argon2_ffiC++ Argon2 FFI library for secure key derivation.
zenon-network/znn-pow-links-cppC++ implementation of Zenon PoW Links library.
zenon-network/ledger_ffi_rsRust FFI bridge for Ledger Nano S/X communication.
zenon-network/zenon-node-databaseCurated list of public RPC endpoints for the Zenon Network.

Initial Focus Areas

  • Wallet stability and performance improvements
  • UI/UX refinements for cross-platform consistency
  • Build system modernization (Flutter/Dart)
  • Continuous integration and testing improvements
  • Security review and key management best practices

Active Initiatives

These are the current working streams or major efforts under the Syrius SIG. They provide focus, allow contributors to pick up tasks with clear orientation, and can evolve over time.

Full list: /initiatives

IDTitleDescription
Syrius-001Bloc RefactorRefactor Syrius to a modular Bloc architecture, modernize storage, dependencies, build flavors, analyzer rules, concurrency, and testing to enable long-term maintainability (mobile + desktop).