zebra/zebrad
Deirdre Connolly 05316dee21 Listen on 0.0.0.0, not 127.0.0.1
Turns out when your node faces the internet directly, it has to listen
to those addresses directly.
2020-06-19 03:46:09 -04:00
..
src Listen on 0.0.0.0, not 127.0.0.1 2020-06-19 03:46:09 -04:00
tests cleanup warnings throughout codebase 2020-05-27 15:42:29 -04:00
Cargo.toml propagate errors out of zebra_network::init (#435) 2020-06-09 12:24:28 -07:00
README.md Create workspace skeleton based on design.md 2019-08-29 14:46:54 -07:00

README.md

Zebrad

Zebrad is an application.

Getting Started

This application is authored using Abscissa, a Rust application framework.

For more information, see:

Documentation