# Placeholder to avoid namesquating please DON'T USE FOR NOW
# revaultd
## About Revault
[Revault](https://github.com/re-vault/practical-revault/blob/master/revault.pdf) is a
Bitcoin vault architecture for multi-party situations.
## About revaultd
`revaultd` is the core implementation of the `wallet` part from the [Revault protocol](https://github.com/re-vault/practical-revault).
Exposing an RPC interface, it aims to be actually used by participants with a GUI wrapper while
letting the possibility to access to the functionalities programmatically.
Both the manager and non-manager participant logic is part of this daemon.
# Contributing
Even if the project is still at quite an early stage, you are welcome to contribute
patches, bug reports, documentation, or thoughts.
For general guidelines, see [CONTRIBUTING.md](doc/CONTRIBUTING.md).
# Licence
Released under the BSD 3-Clause Licence. See the [LICENCE](LICENCE) file.