Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat authored Aug 16, 2024
1 parent 2e45e56 commit 739adc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rfc-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ Create a simple Bitcoin like server that has the following components -
- Code that miners can run to be able to create blocks, do proof of work, broadcast the block via the central server.
- Code that verifies the signature, balances and creates / adds a block
- Code should reject smaller blockchains/erronours blocks
- Should be able to catch up to the blockchain when the server starts
3. Frontend -
- Lets the user create a BTC wallet
- Lets the user sign a txn, send it over to one of the miner servers


Tech stack - Preferably Node.js/Golang for the servers


## Bounties
1. Simple Servers without UTXOs (in memory balances) - $200
2. UTXOs for ins and outs - $200 (for point 1) + $200

1 comment on commit 739adc9

@RahulMishra0722
Copy link

@RahulMishra0722 RahulMishra0722 commented on 739adc9 Aug 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if we are string to simulate why btc why not random generated keys? and create our own blocks?

Please sign in to comment.