Skip to content

Latest commit

 

History

History
 
 

proxy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Proxy

A background service that implements all business logic tying together the radicle code collaboration protocol. It also provides the git-remote-rad git helper.

Run

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

Testing

Before running the test suite, download the test fixtures:

../scripts/test-setup.sh

Then run tests as usual:

cargo test