Skip to content

Commit

Permalink
broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Mar 25, 2024
1 parent 717df74 commit 5026441
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Horcrux is a [multi-party-computation (MPC)](https://en.wikipedia.org/wiki/Secur

Take your validator infrastructure to the next level of security and availability

- Composed of a cluster of signer nodes in place of the [remote signer](https://docs.tendermint.com/master/nodes/remote-signer.html), enabling High Availability (HA) for block signing through fault tolerance.
- Composed of a cluster of signer nodes in place of the [remote signer](https://docs.tendermint.com/v0.34/tools/remote-signer-validation.html), enabling High Availability (HA) for block signing through fault tolerance.
- Secure your validator private key by splitting it across multiple private signer nodes using threshold Ed25519 signatures
- Add security and availability without sacrificing block sign performance.

Expand All @@ -18,7 +18,7 @@ Traditional high-availability systems where the keys exist on hot spares risk do

Multi-party computation using threshold signatures is able to provide high-availability while maintaining high security and avoiding double signing via consensus and failover detection mechanisms.

For more on how the Horcrux MPC signing flow works, see [`docs/signing.md`](/docs/signing.md)
For more on how the Horcrux MPC signing flow works, see [`docs/signing.md`](./docs/signing.md)

![Screenshot from 2022-03-07 18-09-49](https://user-images.githubusercontent.com/6722152/157145772-8557b4b5-a0cc-4073-8834-86afda1900fc.png)

Expand All @@ -39,7 +39,7 @@ Horcrux signer cluster configured with 5 total nodes, threshold 3.

## Running Horcrux

See documentation in [`docs/migrating.md`](/docs/migrating.md) to learn how to upgrade your validator infrastructure with Horcrux.
See documentation in [`docs/migrating.md`](./docs/migrating.md) to learn how to upgrade your validator infrastructure with Horcrux.

## Security

Expand All @@ -54,8 +54,8 @@ software or this license, under any kind of legal claim.

## References

- [CometBFT Validator Documentation](https://docs.cometbft.com/main/core/validators)
- [Cosmos Hub Validator Documentation](https://hub.cosmos.network/master/validators/overview.html)
- [CometBFT Validator Documentation](https://docs.cometbft.com/v0.38/core/validators)
- [Cosmos Hub Validator Documentation](https://hub.cosmos.network/validators/overview)
- [Provably Secure Distributed Schnorr Signatures and a (t, n) Threshold Scheme for Implicit Certificates](http://cacr.uwaterloo.ca/techreports/2001/corr2001-13.ps)

## Acknowledgement
Expand Down

0 comments on commit 5026441

Please sign in to comment.