Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 1.06 KB

run.md

File metadata and controls

65 lines (47 loc) · 1.06 KB

Run Bitswap 💱

Welcome to the Documentation around Bitswap ⚡

⚠️DEX running on Testnet, Signet & Regtest

⚠️Use small amount

Pre Requisite

  • RGB CLI
  • Rust
  • Rust Lightning
  • Rust DLC
  • Sats for fund wallet allow send, receive and swap RGB Assets
  • Use Bitlight demo contract RGB20, Bihelix-CLI, RGB/STD Interface, Bitlight asset registries or Bitmask asset registries for create your asset and test into Demo DEX, which support last update

Clone the Git repository

git clone https://github.com/Bitswap-BiFi/Bitswap-demo.git

Navigate to the project directory

cd Bitswapdemo

Build project to generate/update Cargo.lock

cargo build
cargo build --release

Run

cargo run

Rustup update

rustup update

Use CLI

Use app for see options and run DEX

$ bit--help
A CLI for manage channels, swaps and liquidity around RGB and Lightning Network

[arguments]

$app - for bitswap management

-contract
-wallet
-swap
-opeen_channel
-close_channel

Run via Docker

TBD