Stable Set Experiments

For the interested or curious just clone this repo.

Be aware though this is real-life Safe Labs experimental data and changes significantly day to day as we up the ante in our searches for simplicity. Also, we use the master of stateright which may break as they develop it, so beware of that.

If you do a cargo run --release and then open http://127.0.0.1:3000 you will see the GUI. You can then manually click what messages to send or indeed click run to completion and it will show you where any current issues are. Be aware we almost always have issues there as we are iteratively testing, so don’t feel disheartened, it’s actually great.

This is a screenshot of what the GUI tool looks like with the results. stateright-explorer|590x500

License

This Safe Network repository is licensed under the General Public License (GPL), version 3 (LICENSE http://www.gnu.org/licenses/gpl-3.0.en.html).

Linking exception

safe_network is licensed under GPLv3 with linking exception. This means you can link to and use the library from any program, proprietary or open source; paid or gratis. However, if you modify safe_network, you must distribute the source to your modified version under the terms of the GPLv3.

See the LICENSE file for more details.

Contributing

Want to contribute? Great! 🎉

There are many ways to give back to the project, whether it be writing new code, fixing bugs, or just reporting errors. All forms of contributions are encouraged!

For instructions on how to contribute, see our guide to contributing.