Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Aug 23, 2024
2 parents e91cdfd + 739adc9 commit 06c2562
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion rfc-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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
- 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

0 comments on commit 06c2562

Please sign in to comment.