Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

docs: fix grammar and remove patch number from Go version #596

Merged
merged 2 commits into from
Nov 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For a high-level overview of how Blobstream works, check [here](https://github.c

## Install

1. [Install Go](https://go.dev/doc/install) 1.21.1
1. [Install Go](https://go.dev/doc/install) 1.21
2. Clone this repo
3. Install the Blobstream CLI

Expand All @@ -29,7 +29,7 @@ If you are a Celestia-app validator, all you need to do is run the orchestrator.

If you want to post commitments on an EVM chain, you will need to deploy a new Blobstream contract and run a relayer. Check [here](https://github.com/celestiaorg/orchestrator-relayer/blob/main/docs/relayer.md) for relayer docs and [here](https://github.com/celestiaorg/orchestrator-relayer/blob/main/docs/deploy.md) for how to deploy a new Blobstream contract.

Note: the Blobstream P2P network is a separate network than the consensus or the data availability one. Thus, you will need its specific bootstrappers to be able to connect to it.
Note: the Blobstream P2P network is a separate network from the consensus or the data availability one. Thus, you will need its specific bootstrappers to be able to connect to it.

## Contributing

Expand Down
Loading