Skip to content

EnsicoinDevs/arcd

Repository files navigation

another-rust-coin daeamon

Build Status

Implementation in Rust of the ensicoin

This implementation uses tokio to run the server. It uses tonic as a RPC server.

The common ensicoin data types are defined in ensicoin_messages and serialization/deserialization in ensicoin_serializer.

Usage

This is a daemon launched with another-rust-coin, you can see all availaible options with -h.

On its own it can't do very much, you can pair this with a cli like arc-cli to manage the daemon while it runs.

License

The node arcd is GPL. The libs ensicoin_serializer, ensicoin_serializer_derive and ensicoin_messages are MIT.

Releases

No releases published

Packages

No packages published