Skip to content

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