This package contains a frontend for interacting with a Drivechain-enabled layer 1 bitcoin network.
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_HOSTandBITWINDOWD_PORTenvironment 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=30301The project is set up with launch configurations for Visual Studio Code as well.