Skip to content

Commit

Permalink
Merge pull request #1345 from input-output-hk/small-readme-tweaks
Browse files Browse the repository at this point in the history
Minor modifications on the README and disclaimers.
  • Loading branch information
ch1bo authored Mar 8, 2024
2 parents 70fde4b + a1bb18f commit 7cdd600
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 35 deletions.
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,31 @@ Hydra is the layer-two scalability solution for Cardano, which aims to increase
the speed of transactions (low latency, high throughput) and minimize
transaction cost.

This repository contains the proof-of-concept implementation for the Hydra [Head
protocol](https://eprint.iacr.org/2020/299.pdf). It is a developer preview that
we've put together, marching towards a production ready solution. It contains a
This repository contains the implementation for the Hydra [Head
protocol](https://eprint.iacr.org/2020/299.pdf). Most prominently, it contains a
`hydra-node`, which runs a simplified (coordinated) Hydra Head protocol,
connects to other hydra-nodes, interfaces the Cardano blockchain and provides an
connects to other `hydra-node`s, interfaces the Cardano blockchain and provides an
API to clients such as the included example terminal user interface `hydra-tui`.

:rotating_light: Mainnet Availability :rotating_light:

The Hydra Head protocol version 0.10.0 or newer is compatible with the Cardano
mainnet, which means it is possible to run a hydra-node on mainnet for testing
purposes.
mainnet, which means it is possible to run a `hydra-node` on mainnet using real
funds.

Before running a `hydra-node` to take part in the Hydra Head protocol,
developers are strongly encouraged to review the [known issues][known-issues] in
the documentation in order to understand the current limitations and the
possible consequences.

By using Hydra Head protocol version 0.10.0 or newer, you understand the
protocol is in development and that use of the hydra-node on mainnet is entirely
at your own risk.
protocol is in development and that use of the `hydra-node` on mainnet is
entirely at your own risk.

You also acknowledge and agree to have an adequate understanding of the risks
associated with use of the Hydra Head protocol version 0.10.0 or newer and that
all information and materials published, distributed or otherwise made available
on Hydra.Family and Hydra Github Repository is available on an ‘AS IS’ and ‘AS
on hydra.family and Hydra Github Repository is available on an ‘AS IS’ and ‘AS
AVAILABLE’ basis, without any representations or warranties of any kind. All
implied terms are excluded to the fullest extent permitted by law. For details,
see also sections 7, 8 and 9 of the [Apache 2.0 License][license].
Expand All @@ -55,38 +54,39 @@ docker pull ghcr.io/input-output-hk/hydra-node
docker run --rm ghcr.io/input-output-hk/hydra-node --help
```

More information (including a demo) available on [user manual 📖](https://hydra.family/head-protocol/docs/getting-started)!
Get started with the [user manual 📖](https://hydra.family/head-protocol/docs/getting-started)!

## :rainbow: Features

Proof of concept:
- [x] Coordinated Hydra Head protocol
- [x] Single Head per hydra-node
- [x] Network statically configured, direct TCP connections
- [x] WebSocket, message-based API Server
- [x] Terminal user interface client
- [x] WebSocket/HTTP-based API
- [x] Example terminal user interface client
- [x] Cardano-node integration via Direct connection
- [x] Running on testnet
- [x] Persisted Head state
- [x] Locally persisted Head state
- [x] Commit from any wallet (e.g. hardware wallets)

Later:
- [ ] Audited and mainnet ready
- [ ] Multiple Heads per hydra-node, managed via API
- [ ] Support for external wallets (e.g. hardware wallets)
- [ ] Optimistic Head closure and incremental de-/commit protocol extension

- [ ] Incremental de-/commit and optimistic Head closure protocol extensions
- [ ] Modular API via event streaming plugins
- [ ] Automated handling of rollbacks
- [ ] Relay-capable, mesh network
- [ ] Multiple Heads per hydra-node, managed via API

See our [roadmap](https://github.com/orgs/input-output-hk/projects/21/views/7) for more details.

## :handshake: Contributing

The best way to contribute right now is to provide feedback. Give the
[demo](./demo) a test drive and have a look at our [documentation](https://hydra.family/head-protocol).
The best way to contribute is to provide feedback. Give the [demo](./demo) a spin and have a look at our [documentation](https://hydra.family/head-protocol).
Should you have any questions, ideas or issues, we would like to hear from you:

- #ask-hydra on the IOG [Discord server](https://discord.gg/Qq5vNTg9PT)
- create a Github [Discussion](https://github.com/input-output-hk/hydra/discussions) or [Issue](https://github.com/input-output-hk/hydra/issues/new)
- or ask on Cardano [StackExchange](https://cardano.stackexchange.com/) using the `hydra` tag
- create a Github [Discussion](https://github.com/input-output-hk/hydra/discussions)
- open a Github [Issue](https://github.com/input-output-hk/hydra/issues/new)

When contributing to this project and interacting with others, please follow our [Contributing Guidelines](./CONTRIBUTING.md) and [Code of Conduct](./CODE-OF-CONDUCT.md).
Please follow our [Contributing Guidelines](./CONTRIBUTING.md) and [Code of Conduct](./CODE-OF-CONDUCT.md).

---

Expand Down
4 changes: 2 additions & 2 deletions SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ these communication channels to reach the Hydra team and get answers in a way
where others can benefit from it as well:

- #ask-hydra on the IOG [Discord server](https://discord.gg/Qq5vNTg9PT)
- Github [Discussions](https://github.com/input-output-hk/hydra/discussions)
- Cardano [StackExchange](https://cardano.stackexchange.com/) using the `hydra` tag
- create a Github [Discussion](https://github.com/input-output-hk/hydra/discussions)
- open a Github [Issue](https://github.com/input-output-hk/hydra/issues/new)

# Reporting a Vulnerability

Expand Down
17 changes: 8 additions & 9 deletions docs/docs/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,31 @@ Hydra is the layer-two scalability solution for Cardano, which aims to increase
the speed of transactions (low latency, high throughput) and minimize
transaction cost.

This repository contains the proof-of-concept implementation for the Hydra [Head
protocol](https://eprint.iacr.org/2020/299.pdf). It is a developer preview that
we've put together, marching towards a production ready solution. It contains a
This repository contains the implementation for the Hydra [Head
protocol](https://eprint.iacr.org/2020/299.pdf). Most prominently, it contains a
`hydra-node`, which runs a simplified (coordinated) Hydra Head protocol,
connects to other hydra-nodes, interfaces the Cardano blockchain and provides an
connects to other `hydra-node`s, interfaces the Cardano blockchain and provides an
API to clients such as the included example terminal user interface `hydra-tui`.

:::warning Mainnet Availability

The Hydra Head protocol version 0.10.0 or newer is compatible with the Cardano
mainnet, which means it is possible to run a hydra-node on mainnet for testing
purposes.
mainnet, which means it is possible to run a `hydra-node` on mainnet using real
funds.

Before running a `hydra-node` to take part in the Hydra Head protocol,
developers are strongly encouraged to review the [known issues][known-issues] in
the documentation in order to understand the current limitations and the
possible consequences.

By using Hydra Head protocol version 0.10.0 or newer, you understand the
protocol is in development and that use of the hydra-node on mainnet is entirely
at your own risk.
protocol is in development and that use of the `hydra-node` on mainnet is
entirely at your own risk.

You also acknowledge and agree to have an adequate understanding of the risks
associated with use of the Hydra Head protocol version 0.10.0 or newer and that
all information and materials published, distributed or otherwise made available
on Hydra.Family and Hydra Github Repository is available on an ‘AS IS’ and ‘AS
on hydra.family and Hydra Github Repository is available on an ‘AS IS’ and ‘AS
AVAILABLE’ basis, without any representations or warranties of any kind. All
implied terms are excluded to the fullest extent permitted by law. For details,
see also sections 7, 8 and 9 of the [Apache 2.0 License][license].
Expand Down

0 comments on commit 7cdd600

Please sign in to comment.