this chain fork from go-ethereum
and support some advanced features.
- supply 0 gas fee contract, it is convenient for enterprise applications
- every sync node should have some reward
- support original bridge, which can interact with
BSC
andEthereum
chain - speed up transactions
- replace
Merkle Tree
withVerkle tree
- etc...
The go-ethereum 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 go-ethereum 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.