Skip to content

Official Node client of the Worldland blockchain.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

cryptoecc/ETH-ECC

Repository files navigation

Ethereum Error-Correction Code(ETH-ECC)

API Reference Go Report Card.

Official Node client of the Worldland blockchain. It is a fork of ethereum/go-ethereum This repository is no longer maintained. Please visit this repository instead: https://github.com/cryptoecc/WorldLand.

What is Worldland?

Worldland is an EVM-compatible blockchain that uses Error-Correction Code Proof-of-Work(ECCPoW).

Documentation

  • Worldland Documentation can be found here.

Contribution

Thank you for considering helping out with the source code! We welcome contributions from anyone on the internet, and are grateful for even the smallest of fixes!

License

The ETH-ECC library (i.e. all code outside of the cmd directory) is licensed under the GNU Lesser General Public License v3.0, also included in our repository in the COPYING.LESSER file.

The ETH-ECC binaries (i.e. all code inside of the cmd directory) is licensed under the GNU General Public License v3.0, also included in our repository in the COPYING file.