Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/radicle-dev/radicle-bins
- Owner: radicle-dev
- License: other
- Created: 2020-09-26T18:32:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T11:06:27.000Z (about 3 years ago)
- Last Synced: 2024-08-08T18:23:12.293Z (4 months ago)
- Language: Svelte
- Size: 1.01 MB
- Stars: 21
- Watchers: 8
- Forks: 9
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - radicle-dev/radicle-bins - Collection of radicle binaries. (others)
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