Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vechain/thor
A general purpose blockchain highly compatible with Ethereum's ecosystem
https://github.com/vechain/thor
blockchain node thor vechain
Last synced: 2 days ago
JSON representation
A general purpose blockchain highly compatible with Ethereum's ecosystem
- Host: GitHub
- URL: https://github.com/vechain/thor
- Owner: vechain
- License: lgpl-3.0
- Created: 2018-06-08T06:01:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T08:28:16.000Z (3 months ago)
- Last Synced: 2024-10-29T09:36:27.481Z (3 months ago)
- Topics: blockchain, node, thor, vechain
- Language: Go
- Homepage:
- Size: 12.2 MB
- Stars: 799
- Watchers: 134
- Forks: 247
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: docs/SECURITY.md
Awesome Lists containing this project
- awesome-list - [link
- awesome-vechain - VeChainThor Blockchain - The VeChainThor blockchain written in [Golang](https://golang.org/): A general purpose blockchain highly compatible with Ethereum's ecosystem (Developer resources / Blockchain development)
- best-of-crypto - GitHub - 4% open · ⏱️ 31.05.2024): (Top Internet of Things (IOT))
README
---
---
## Getting Started
VeChainThor is the layer 1 blockchain, highly compatible with EVM*, 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,
> 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.
___## Documentation
- [Build](https://github.com/vechain/thor/blob/master/docs/build.md) - How to build the `thor` binary.
- [Usage](https://github.com/vechain/thor/blob/master/docs/usage.md) - How to run thor with different configurations.
- [Hosting a Node](https://github.com/vechain/thor/blob/master/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.---
## Community
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).
To chat with other community members you can join:
Do note that our [Code of Conduct](https://github.com/vechain/thor/blob/master/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
you to review our [Contribution Guidelines](https://github.com/vechain/thor/blob/master/docs/CONTRIBUTING.md) to make sure you have a smooth experience
contributing to VeChainThor.---
## Security
If you believe you have found a security vulnerability in Thor, we encourage you to **_responsibly disclose this and NOT
open a public issue_**. We will investigate all legitimate reports.Email `[email protected]` to disclose any security vulnerabilities. Alternatively, you can visit
this [link](https://support.vechain.org/support/home) to submit a ticket or find more information.---
## Acknowledgement
A special shout out to following projects:
* [Ethereum](https://github.com/ethereum)
* [Swagger](https://github.com/swagger-api)
* [Stoplight Elements](https://github.com/stoplightio/elements)---
## License
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.