Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 698 Bytes

File metadata and controls

22 lines (15 loc) · 698 Bytes

bitwindow

This package contains a frontend for interacting with a Drivechain-enabled layer 1 bitcoin network.

Local development

To get the app(s) up and running, make sure you have the following dependencies:

  • The Flutter SDK
  • An instance of bitwindowd running
  • The BITWINDOWD_HOST and BITWINDOWD_PORT environment variable pointing to the above instance
  • A BIP 300/301 enabled node running

Running the app is as simple as the following command:

flutter run --dart-define BITWINDOWD_HOST=localhost --dart-define BITWINDOWD_PORT=30301

The project is set up with launch configurations for Visual Studio Code as well.