A background service that implements all business logic tying together the
radicle code collaboration protocol. It also provides the git-remote-rad
git
helper.
To start up the proxy binary you can run:
cargo run --bin radicle-proxy
To get a list of available CLI options:
cargo run --bin radicle-proxy -- --help
Before running the test suite, download the test fixtures:
../scripts/test-setup.sh
Then run tests as usual:
cargo test