Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create blockchain like server #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Pawank06
Copy link

@Pawank06 Pawank06 commented Aug 18, 2024

Created a simple Bitcoin like server.

Backend -

  1. Central server - A central websocket server that all miners connect to to exchange messages
  2. Miner server -
  • Miners can run to be able to create blocks, do proof of work, broadcast the block via the central server.
  • Its verifies the signature, balances and creates / adds a block
  • Its able to catch up to the blockchain when the server starts

Frontend -

  • User can create a BTC wallet
  • User can sign a txn, send it over to one of the miner servers.
  • User can see all the blocks added to the blockchain.

Demo -

Pawans.video-inline-subtitles.4.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant