Skip to content

Commit

Permalink
Update README.md (#819)
Browse files Browse the repository at this point in the history
Align with the VeChain and VeChainThor naming convention.
  • Loading branch information
nwbrettski authored Aug 15, 2024
1 parent e142eee commit 47dfc81
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@

## Getting Started

VechainThor is the layer 1 blockchain, highly compatible with EVM<sup>*</sup>, which powers the vechain ecosystem.
VechainThor is a public blockchain that is designed for the mass adoption of blockchain technology by enterprise users
VeChainThor is the layer 1 blockchain, highly compatible with EVM<sup>*</sup>, which powers the VeChain ecosystem.
VeChainThor is a public blockchain that is designed for the mass adoption of blockchain technology by enterprise users
of all sizes and is intended to serve as a foundation for a sustainable and scalable enterprise blockchain ecosystem.

> VechainThor is currently up-to-date with the EVM's `paris` hard fork,
> VeChainThor is currently up-to-date with the EVM's `paris` hard fork,
> set [evmVersion](https://docs.soliditylang.org/en/latest/using-the-compiler.html#setting-the-evm-version-to-target)
> to `paris` if you are using solidity compiler version `0.8.20` or above.
___
Expand All @@ -47,17 +47,17 @@ ___
- [Build](./docs/build.md) - How to build the `thor` binary.
- [Usage](./docs/usage.md) - How to run thor with different configurations.
- [Hosting a Node](./docs/hosting-a-node.md) - Considerations and requirements for hosting a node.
- [Core Concepts](https://docs.vechain.org/core-concepts) - Core concepts of the VechainThor blockchain.
- [API Reference](https://mainnet.vechain.org) - The API reference for the VechainThor blockchain.
- [Core Concepts](https://docs.vechain.org/core-concepts) - Core concepts of the VeChainThor blockchain.
- [API Reference](https://mainnet.vechain.org) - The API reference for the VeChainThor blockchain.

---

## Community

The VechainThor community can be found on [Discourse](https://vechain.discourse.group/) where you can ask questions,
The VeChainThor community can be found on [Discourse](https://vechain.discourse.group/) where you can ask questions,
voice ideas, and share your projects with other people.

The Vechain Improvement Proposals (VIPs) repository can be found [here](https://github.com/vechain/VIPs).
The VeChain Improvement Proposals (VIPs) repository can be found [here](https://github.com/vechain/VIPs).

To chat with other community members you can join:

Expand All @@ -67,16 +67,16 @@ To chat with other community members you can join:
<a href="https://www.reddit.com/r/Vechain"><img src="https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge&logo=reddit&logoColor=white"/></a>
</p>

Do note that our [Code of Conduct](./docs/CODE_OF_CONDUCT.md) applies to all vechain community channels. Users are
Do note that our [Code of Conduct](./docs/CODE_OF_CONDUCT.md) applies to all VeChain community channels. Users are
**highly encouraged** to read and adhere to them to avoid repercussions.

---

## Contributing

Contributions to VechainThor are welcome and highly appreciated. However, before you jump right into it, we would like
Contributions to VeChainThor are welcome and highly appreciated. However, before you jump right into it, we would like
you to review our [Contribution Guidelines](./docs/CONTRIBUTING.md) to make sure you have a smooth experience
contributing to VechainThor.
contributing to VeChainThor.

---

Expand All @@ -102,6 +102,6 @@ A special shout out to following projects:

## License

Vechain Thor is licensed under the [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.html),
VeChainThor is licensed under the [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.html),
also included in *LICENSE* file in repository.

0 comments on commit 47dfc81

Please sign in to comment.