repositorypackage
0.0.0-20221109070454-eb4623fbe25e
Repository: https://github.com/ankr-network/coqchain.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
CoqChain
this chain fork from go-ethereum
and support some advanced features.
Status
it still work in progress, coming soon.
Features:
- supply 0 gas fee contract, it is convenient for enterprise applications
- lower and fixed gas fee
- Fixed governance token supply
- Recycle governance tokens
- support to prune state data automatically
- support to slash evil validator
- support to remove evil validator automatically
- every sync node should have some reward
- support original bridge, which can interact with
BSC
andEthereum
chain - speed up transactions
- implement special storage layer for store chain data better and more efficient
- replace
Merkle Tree
withVerkle tree
- etc...
Bridge Architect
License
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.