https://github.com/renproject/renevm
https://github.com/renproject/renevm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/renproject/renevm
- Owner: renproject
- License: lgpl-3.0
- Created: 2022-06-10T11:50:03.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T00:51:14.000Z (about 3 years ago)
- Last Synced: 2024-05-02T03:11:03.577Z (about 2 years ago)
- Language: Go
- Size: 163 MB
- Stars: 8
- Watchers: 9
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: COPYING
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
## 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.