Go implementation of the Ethereum protocol
Find a file
2024-04-23 13:29:52 +09:00
.github CONTRIBUTING.md: fix gitter channel 2024-04-03 15:42:44 +09:00
accounts all: fix packages and comments 2024-04-23 12:32:40 +09:00
build all: fix packages and comments 2024-04-23 12:32:40 +09:00
cmd cmd/utils: add network flags for worldland mainnet and testnet 2024-04-23 13:10:37 +09:00
common all: fix packages and comments 2024-04-23 12:32:40 +09:00
consensus consensus/ethash: verify header for eccpow block 2024-04-23 13:12:29 +09:00
console console: update build command "geth" => "worldland" 2024-04-23 13:29:52 +09:00
contracts/checkpointoracle fix all the package from ethereum/go-ethereum to cryptoecc/ETH-ECC 2024-04-03 11:06:26 +09:00
core all: fix packages and comments 2024-04-23 12:32:40 +09:00
crypto all: fix packages and comments 2024-04-23 12:32:40 +09:00
dashboard dashboard: maintain legacy 2024-04-02 20:21:06 +09:00
eth all: fix packages and comments 2024-04-23 12:32:40 +09:00
ethclient all: fix packages and comments 2024-04-23 12:32:40 +09:00
ethdb all: fix packages and comments 2024-04-23 12:32:40 +09:00
ethstats all: fix packages and comments 2024-04-23 12:32:40 +09:00
event fix all the package from ethereum/go-ethereum to cryptoecc/ETH-ECC 2024-04-03 11:06:26 +09:00
graphql all: fix packages and comments 2024-04-23 12:32:40 +09:00
internal all: fix packages and comments 2024-04-23 12:32:40 +09:00
les all: fix packages and comments 2024-04-23 12:32:40 +09:00
light all: fix packages and comments 2024-04-23 12:32:40 +09:00
log all: fix packages and comments 2024-04-23 12:32:40 +09:00
metrics all: fix packages and comments 2024-04-23 12:32:40 +09:00
miner fix all the package from ethereum/go-ethereum to cryptoecc/ETH-ECC 2024-04-03 11:06:26 +09:00
mobile all: fix packages and comments 2024-04-23 12:32:40 +09:00
node all: fix packages and comments 2024-04-23 12:32:40 +09:00
p2p all: fix packages and comments 2024-04-23 12:32:40 +09:00
params fix all the package from ethereum/go-ethereum to cryptoecc/ETH-ECC 2024-04-03 11:06:26 +09:00
rlp all: fix packages and comments 2024-04-23 12:32:40 +09:00
rpc all: fix packages and comments 2024-04-23 12:32:40 +09:00
signer all: fix packages and comments 2024-04-23 12:32:40 +09:00
swarm swarm: code cleanup, move to ethersphere/swarm (#19661) 2019-06-04 16:35:36 +03:00
tests all: fix packages and comments 2024-04-23 12:32:40 +09:00
trie all: fix packages and comments 2024-04-23 12:32:40 +09:00
whisper whiseper: maintain legacy 2024-04-02 20:19:49 +09:00
.dockerignore cmd, internal/build, docker: advertise commit date in unstable build versions (#19522) 2019-05-08 16:44:28 +03:00
.gitattributes .gitattributes: enable solidity highlighting on github (#16425) 2018-04-03 15:21:24 +02:00
.gitignore build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
.gitmodules tests: external evm benchmarks (#24050) 2022-01-28 08:47:19 +01:00
.golangci.yml all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00
.mailmap AUTHORS: remove one more duplicate entry (#24950) 2022-05-24 21:04:21 +02:00
.travis.yml fix all the package from ethereum/go-ethereum to cryptoecc/ETH-ECC 2024-04-03 11:06:26 +09:00
appveyor.yml appveyor.yml: fetch sub-modules recursively (#24451) 2022-03-01 10:36:11 +01:00
AUTHORS AUTHORS: remove one more duplicate entry (#24950) 2022-05-24 21:04:21 +02:00
circle.yml circleci: enable docker based hive testing 2016-07-15 16:07:34 +03:00
Connect_LVE_mainnet.md README: legacy tutorial for client connect to worldland mainnet 2024-04-02 20:29:33 +09:00
COPYING COYPING: restore the full text text of GPL (#21568) 2020-09-15 08:27:17 +02:00
COPYING.LESSER all: update license information 2015-07-07 14:12:44 +02:00
Dockerfile build: add static linking support (#25492) 2022-08-10 10:30:59 +02:00
Dockerfile.alltools build: add static linking support (#25492) 2022-08-10 10:30:59 +02:00
go.mod fix all the package from ethereum/go-ethereum to cryptoecc/ETH-ECC 2024-04-03 11:06:26 +09:00
go.sum go.mod: downgrade leveldb (#25413) 2022-07-27 09:31:13 +03:00
interfaces.go fix all the package from ethereum/go-ethereum to cryptoecc/ETH-ECC 2024-04-03 11:06:26 +09:00
Makefile console: update build command "geth" => "worldland" 2024-04-23 13:29:52 +09:00
oss-fuzz.sh fix all the package from ethereum/go-ethereum to cryptoecc/ETH-ECC 2024-04-03 11:06:26 +09:00
README.md console: update build command "geth" => "worldland" 2024-04-23 13:29:52 +09:00

WorldLand

API Reference Go Report Card.

Official Node client of the Worldland blockchain. It is a fork of ethereum/go-ethereum

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.