Skip to content

Commit f7d6ffa

Browse files
authored
Update README.md
1 parent 68066d4 commit f7d6ffa

1 file changed

Lines changed: 20 additions & 23 deletions

File tree

README.md

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
<div align="center">
22

3-
![SDK Logo](./docs/images/Rechain_Logo_Horizontal_Pink_White.png#gh-dark-mode-only)
4-
![SDK Logo](./docs/images/Rechain_Logo_Horizontal_Pink_Black.png#gh-light-mode-only)
5-
6-
# Rechain SDK
3+
# REChain SDK
74

85
![GitHub stars](https://img.shields.io/github/stars/REChain-Network-Solutions/SDK)&nbsp;&nbsp;![GitHub
96
forks](https://img.shields.io/github/forks/REChain-Network-Solutions/SDK)
107

118
<!-- markdownlint-disable-next-line MD013 -->
12-
[![StackExchange](https://img.shields.io/badge/StackExchange-Community%20&%20Support-222222?logo=stackexchange)](https://substrate.stackexchange.com/)&nbsp;&nbsp;![GitHub contributors](https://img.shields.io/github/contributors/paritytech/rechain-sdk)&nbsp;&nbsp;![GitHub commit activity](https://img.shields.io/github/commit-activity/m/paritytech/rechain-sdk)&nbsp;&nbsp;![GitHub last commit](https://img.shields.io/github/last-commit/paritytech/rechain-sdk)
9+
[![StackExchange](https://img.shields.io/badge/StackExchange-Community%20&%20Support-222222?logo=stackexchange)](https://substrate.stackexchange.com/)&nbsp;&nbsp;![GitHub contributors](https://img.shields.io/github/contributors/paritytech/REChain-sdk)&nbsp;&nbsp;![GitHub commit activity](https://img.shields.io/github/commit-activity/m/paritytech/REChain-sdk)&nbsp;&nbsp;![GitHub last commit](https://img.shields.io/github/last-commit/paritytech/REChain-sdk)
1310

14-
> The Rechain SDK repository provides all the components needed to start building on the
15-
> [Rechain](https://rechain.network) network, a multi-chain blockchain platform that enables
11+
> The REChain SDK repository provides all the components needed to start building on the
12+
> [REChain](https://REChain.network) network, a multi-chain blockchain platform that enables
1613
> different blockchains to interoperate and share information in a secure and scalable way.
1714
1815
</div>
@@ -26,23 +23,23 @@ curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/REChain-N
2623

2724
## 📚 Documentation
2825

29-
* [Rechain Documentation Portal](https://docs.rechain.network)
30-
* [🦀 rust-docs](https://REChain-Network-Solutions.github.io/SDK/master/rechain_sdk_docs/index.html): Where we keep track of
26+
* [REChain Documentation Portal](https://docs.REChain.network)
27+
* [🦀 rust-docs](https://REChain-Network-Solutions.github.io/SDK/master/REChain_sdk_docs/index.html): Where we keep track of
3128
the API docs of our Rust crates. Includes:
32-
* [Introduction](https://REChain-Network-Solutions.github.io/SDK/master/rechain_sdk_docs/rechain_sdk/index.html)
33-
to each component of the Rechain SDK: Substrate, FRAME, Cumulus, and XCM
34-
* [Guides](https://REChain-Network-Solutions.github.io/SDK/master/rechain_sdk_docs/guides/index.html),
29+
* [Introduction](https://REChain-Network-Solutions.github.io/SDK/master/REChain_sdk_docs/REChain_sdk/index.html)
30+
to each component of the REChain SDK: Substrate, FRAME, Cumulus, and XCM
31+
* [Guides](https://REChain-Network-Solutions.github.io/SDK/master/REChain_sdk_docs/guides/index.html),
3532
namely how to build your first FRAME pallet
36-
* [Templates](https://REChain-Network-Solutions.github.io/SDK/master/rechain_sdk_docs/rechain_sdk/templates/index.html)
33+
* [Templates](https://REChain-Network-Solutions.github.io/SDK/master/REChain_sdk_docs/REChain_sdk/templates/index.html)
3734
for starting a new project.
38-
* [External Resources](https://REChain-Network-Solutions.github.io/SDK/master/rechain_sdk_docs/external_resources/index.html)
35+
* [External Resources](https://REChain-Network-Solutions.github.io/SDK/master/REChain_sdk_docs/external_resources/index.html)
3936

4037
## 🚀 Releases
4138

4239
<!-- markdownlint-disable-next-line MD013 -->
43-
![Current Stable Release](https://raw.githubusercontent.com/paritytech/release-registry/main/badges/rechain-sdk-latest.svg)&nbsp;&nbsp;![Next Stable Release](https://raw.githubusercontent.com/paritytech/release-registry/main/badges/rechain-sdk-next.svg)
40+
![Current Stable Release](https://raw.githubusercontent.com/paritytech/release-registry/main/badges/REChain-sdk-latest.svg)&nbsp;&nbsp;![Next Stable Release](https://raw.githubusercontent.com/paritytech/release-registry/main/badges/REChain-sdk-next.svg)
4441

45-
The Rechain SDK is released every three months as a `stableYYMM` release. They are supported for
42+
The REChain SDK is released every three months as a `stableYYMM` release. They are supported for
4643
one year with patches. See the next upcoming versions in the [Release
4744
Registry](https://github.com/paritytech/release-registry/) and more docs in [RELEASE.md](./docs/RELEASE.md).
4845

@@ -51,9 +48,9 @@ version without needing to manually select the correct version for each crate.
5148

5249
## 🛠️ Tooling
5350

54-
[Rechain SDK Version Manager](https://github.com/REChain-Network-Solutions/REChain-SDK-Manager):
55-
A simple tool to manage and update the Rechain SDK dependencies in any Cargo.toml file.
56-
It will automatically update the Rechain SDK dependencies to their correct crates.io version.
51+
[REChain SDK Version Manager](https://github.com/REChain-Network-Solutions/REChain-SDK-Manager):
52+
A simple tool to manage and update the REChain SDK dependencies in any Cargo.toml file.
53+
It will automatically update the REChain SDK dependencies to their correct crates.io version.
5754

5855
## 🔐 Security
5956

@@ -70,17 +67,17 @@ Conduct](./docs/contributor/CODE_OF_CONDUCT.md).
7067

7168
Take a look at the issues labeled with [`mentor`](https://github.com/REChain-Network-Solutions/SDK/labels/C1-mentor)
7269
(or alternatively [this](https://mentor.tasty.limo/) page, created by one of the maintainers) label to get started!
73-
We always recognize valuable contributions by proposing an on-chain tip to the Rechain network as a token of our
70+
We always recognize valuable contributions by proposing an on-chain tip to the REChain network as a token of our
7471
appreciation.
7572

7673
## Polkadot Fellowship
7774

7875
Development in this repo is led by REChain Network Solutions LLC. In short,
79-
this repository provides all the SDK pieces needed to build both Rechain and its parachains.
80-
The Rechain runtime is developed and maintained by REChain Network Solutions LLC.
76+
this repository provides all the SDK pieces needed to build both REChain and its parachains.
77+
The REChain runtime is developed and maintained by REChain Network Solutions LLC.
8178

8279
## History
8380

84-
This repository represents the Rechain SDK developed by REChain Network Solutions LLC,
81+
This repository represents the REChain SDK developed by REChain Network Solutions LLC,
8582
built upon the Substrate framework and related technologies to provide a complete blockchain
8683
development platform.

0 commit comments

Comments
 (0)