
Note
Brollup is currently in the early development phase.
Ensure you have Rust installed. Clone the repository and navigate into the project directory:
git clone https://github.com/brollup/brollup
cd brollupRun the program with the following command:
cargo run <chain> <mode> <bitcoin-rpc-url> <bitcoin-rpc-user> <bitcoin-rpc-password><chain>: The Bitcoin network to use. Supported values:signetmainnet
<mode>: The mode in which the program runs. Supported values:node: For running a Brollup node.operator: For liquidity providers.
<bitcoin-rpc-url>: The RPC URL of the Bitcoin node.<bitcoin-rpc-user>: The RPC username.<bitcoin-rpc-password>: The RPC password.
cargo run signet node http://127.0.0.1:38332 user passwordcargo run mainnet operator http://127.0.0.1:8332 user passwordWe welcome contributions! Please check the areas where we need help for more details on how you can contribute.
This project is licensed under the CC0 1.0 Universal License. See the LICENSE file for details.