ソースを参照

unintentional changes reverted

Gleb Urvanov 5 年 前
コミット
990bf763d6
1 ファイル変更10 行追加5 行削除
  1. 10 5
      README.md

+ 10 - 5
README.md

@@ -1,6 +1,6 @@
 # Joystream
 
-This is the main code reposity for all joystream software. It will house the substrate chain project, the full node and runtime and all reusable substrate runtime modules that make up the joystream runtime. In addition to all front-end apps and infrastructure servers necessary for operating the network.
+This is the main code reposity for all joystream software. It will  house the substrate chain project, the full node and runtime and all reusable substrate runtime modules that make up the joystream runtime. In addition to all front-end apps and infrastructure servers necessary for operating the network.
 
 The repository is currently just a cargo workspace, but eventually will also contain yarn workspaces, and possibly other project type workspaces.
 
@@ -9,18 +9,20 @@ The repository is currently just a cargo workspace, but eventually will also con
 The joystream network builds on a pre-release version of [substrate v2.0](https://substrate.dev/) and adds additional
 functionality to support the [various roles](https://www.joystream.org/roles) that can be entered into on the platform.
 
-## Validator
 
+## Validator
 ![ Nodes for Joystream](./node/validator-node-banner.svg)
 
 Joystream node is the main server application that connects to the network, synchronizes the blockchain with other nodes and produces blocks if configured as a validator node.
 
 To setup a full node and validator review the [advanced guide from the helpdesk](https://github.com/Joystream/helpdesk/tree/master/roles/validators).
 
-### Pre-built Binaries
+
+###  Pre-built Binaries
 
 The latest pre-built binaries can be downloads from the [releases](https://github.com/Joystream/substrate-runtime-joystream/releases) page.
 
+
 ### Building from source
 
 Clone the repository and install build tools:
@@ -49,8 +51,8 @@ cargo run --release -- --chain ./rome-tesnet.json
 
 The `rome-testnet.json` chain file can be ontained from the [release page](https://github.com/Joystream/substrate-runtime-joystream/releases/tag/v6.8.0)
 
-### Installing a release build
 
+### Installing a release build
 This will install the executable `joystream-node` to your `~/.cargo/bin` folder, which you would normally have in your `$PATH` environment.
 
 ```bash
@@ -87,6 +89,7 @@ yarn test
 
 ![Joystream Runtime](./runtime/runtime-banner.svg)
 
+
 The runtime is the code that defines the consensus rules of the Joystream protocol.
 It is compiled to WASM and lives on chain.
 Joystream node execute the code's logic to validate transactions and blocks on the blockchain.
@@ -95,6 +98,7 @@ When building joystream-node as described abot with `cargo build --release`, in
 
 `target/release/wbuild/joystream-node-runtime/joystream_node_runtime.compact.wasm`
 
+
 ### Deployment
 
 Deploying the compiled runtime on a live system can be done in one of two ways:
@@ -108,6 +112,7 @@ Deploying the compiled runtime on a live system can be done in one of two ways:
 Versioning of the runtime is set in `runtime/src/lib.rs`
 For detailed information about how to set correct version numbers when developing a new runtime, [see this](https://github.com/Joystream/substrate-runtime-joystream/issues/1)
 
+
 ## Coding style
 
 We use `cargo-fmt` to format the source code for consistency.
@@ -138,4 +143,4 @@ This project is licensed under the GPLv3 License - see the [LICENSE](LICENSE) fi
 
 ## Acknowledgments
 
-Thanks to the whole [Parity Tech](https://www.parity.io/) team for making substrate and helping on riot chat with tips, suggestions, tutorials and answering all our questions during development.
+Thanks to the whole [Parity Tech](https://www.parity.io/) team for making substrate and helping on riot chat with tips, suggestions, tutorials and answering all our questions during development.