버전 [완료] (???)
Execution Layer
Ethereum v1.13.15 호환
EVM 호환, Solidity 지원, 기존 Ethereum 생태계 툴 사용 가능.
트랜잭션 실행, 스마트 컨트랙트 로직 처리를 표준 이더리움과 동일하게 수행.
https://github.com/ethereum/go-ethereum
Consensus Layer
ConsenSys Quorum 최신 BFT 합의
Byzantine Fault Tolerance(BFT) 알고리즘을 채택해, 일부 노드가 악의적이거나 장애가 발생해도 네트워크의 안전성과 합의를 보장할 수 있습니다.
빠르고 확정적인 블록 생성이 가능하여 초당 블럭생성 및 5000TPS 달성
https://github.com/Consensys/quorum
Adventure
자체 Fork (Shanghai + partial Cancun features applied)
https://github.com/to-nexus/go-cross
License
The go-cross 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-cross binaries (i.e. all code inside of the cmd directory) are licensed under the GNU General Public License v3.0, also included in our repository in the COPYING file.
Updated 8 months ago