Skip to content

tim-sha256/ether-pos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum PoS demo

This project is an attempt to explain Ethereum Mauve Paper in an interactive and hopefully easy-to-understand way.
You can read about why I made it here.
It was created entirely using React, with Cursor in a role of coder and ChatGPT 4o as a technical project manager that wrote instructions and documentation for Cursor.
I (almost) haven't wrote a single line of code myself.
You can read about how I did it in detail here (coming soon).

Information below is +- copied from a basic react app README:

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run deploy

Deploys the app to gh-pages (Github Pages). But it didn't work for me a couple of times, so I manually deployed it by pushing /build floder to the "gh-pages" branch.

About

Interactive tutorial on how Ethereum's Proof of Stake works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages