Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
/ simplecasper Public archive

Casper PoC4 implementation. This PoC4 version served as an early prototype to test and refine the PoS protocol, laying the groundwork for Ethereum’s eventual shift to PoS.

Notifications You must be signed in to change notification settings

ethereum/simplecasper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Casper

Layer-2 Casper daemon for POC4.

Setup

Requirements

  • Python2.7
  • automake
  • libffi
  • tmux

Getting started

Make sure you have installed the requirements, and have created a virtual enviornment. Now install the project dependencies:

$ pip install -r requirements.txt
$ python setup.py install

Next run the Casper simulator!

$ ./tmux.sh

You're done!

About

Casper PoC4 implementation. This PoC4 version served as an early prototype to test and refine the PoS protocol, laying the groundwork for Ethereum’s eventual shift to PoS.

Resources

Stars

Watchers

Forks