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

feat/bitcoin-like-server #17

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

Conversation

Sandeep-712
Copy link

Create a simple Bitcoin-like server that has the following components -

Central server - A central web socket server that all miners connect to to exchange messages - ☑️
Miner server - ☑️
Miners can run code to create blocks, do proof of work, and broadcast the block via the central server. ☑️
Code that verifies the signature, balances and creates/adds a block ☑️
Code should reject smaller blockchains/erroneous blocks - pending
Should be able to catch up to the blockchain when the server starts ☑️
Frontend -
Let the user create a BTC wallet - ☑️
Lets the user sign a txn and send it over to one of the miner servers ☑️

Demo:-

screen-recording-2024-08-21-001754_Sym3R7SA.mp4

To Do:-
getting the wallet balances, implementing UTXOs ins & outs
Please give feedback and what more do I need to do? @hkirat

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