Skip to content

oeggert/xbridge-cli

 
 

Repository files navigation

xbridge-cli

Install

pip install xbridge-cli

NOTE: if you're looking at the repo before it's published, this won't work. Instead, you'll do this:

git clone https://github.com/xpring-eng/xbridge-cli.git
cd xbridge-cli
# install poetry
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
poetry install
poetry shell

Install rippled and the xbridge witness.

rippled: https://xrpl.org/install-rippled.html

witness: https://github.com/seelabs/xbridge_witness

Get started

export XCHAIN_CONFIG_DIR={filepath where you want your config files stored}
export RIPPLED_EXE={rippled exe filepath}
export WITNESSD_EXE={witnessd exe filepath}
./scripts/tutorial.sh

To stop the servers:

xbridge-cli server stop --all

Use Commands

xbridge-cli --help

Each subcommand also has a --help flag, to tell you what fields you'll need.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.2%
  • HTML 3.5%
  • Shell 2.7%
  • Jinja 2.6%