Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/radicle-dev/radicle-bins

Collection of radicle binaries.
https://github.com/radicle-dev/radicle-bins

Last synced: 18 days ago
JSON representation

Collection of radicle binaries.

Awesome Lists containing this project

README

        

# Radicle Bins

[![Build status][bs]][bi]

Collection of various executables for the [Radicle][ra] stack:

- [seed node][sn]
- [keyutil][ke]

## CI

See the [Dockerfile used for CI][ci] for any system / toolchain dependencies.
If you have those, `cargo build` should get you going.

### Docker Images

We currently build and publish a (very simple) docker image for the
`radicle-seed-node` executable as part of our CI builds. You can obtain the
pre-built image like so:

```shell
docker pull gcr.io/opensourcecoin/radicle-seed-node
```

## License

Unless otherwise noted, all source code in this repository is licensed under
the [GPLv3][gp].

[bi]: https://buildkite.com/monadic/radicle-bins
[bs]: https://badge.buildkite.com/6e86c41a8281d8f6f5a5537d3f499437c31a807d620157a863.svg?branch=master
[ci]: ./.docker/build/Dockerfile
[gp]: https://www.gnu.org/licenses/gpl-3.0.txt
[ke]: ./keyutil/README.md
[ra]: https://radicle.xyz
[sn]: ./seed/README.md