Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 471 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 471 Bytes

RenEVM

RenEVM is a fork of Go Ethereum (https://github.com/ethereum/go-ethereum) that makes use of Ren validators to secure the chain. This uses a modified version of the clique consensus algorithm that integrates with the Darknode Registry for determining validators.

This repository is a work in progress. The following is a list of things that still need to be done.

  • Add snapshot mechanism for improved sync speeds.
  • Add more tests.
  • Add more documentation.