Skip to content

Topl/bridge-ui

Repository files navigation

Apparatus Wallet

Description

A Bridge and Wallet for the Apparatus Network.

Allows users to:

  • View your balances and assets held by the wallet
  • Mint assets to their own or to another wallet
  • Transfer assets and swap assets

Run locally

  • Ensure you have Flutter installed and updated.
  • run flutter pub get to install dependencies
  • build generated files flutter pub run build_runner build
  • run the app flutter run -d chrome (firefox can use flutter run -d web-server)

Please file feature requests and bugs at the issue tracker. If you want to contribute to this library, please submit a Pull Request.