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

BC blockchain & wallet: Simple Bitcoin Wallet and Server #15

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

starc007
Copy link

@starc007 starc007 commented Aug 19, 2024

@hkirat

Frontend

  • Frontend to Create wallet
  • Sign and Send Transaction
  • Clean and Nice UI
  • Show my transactions
  • Show all Transactions of blockchain
  • Show blockchain Stats
  • Show 10 recent mined blocks

Backend

  • Miner and Central websocket server
  • Central websocket server that all miners connect to to exchange messages
  • miners can run to be able to create blocks, do proof of work, broadcast the block via the central server
  • verifies the signature, balances and creates / adds a block
  • Able to catch up to the blockchain when the server starts
  • UTXOs for Inputs and outputs

Code can be improved, Feel free to tell me the bugs if you find
Demo link: https://drive.google.com/file/d/1VfrvbS1GcbYTyt-kXAvokD7hQH70wT7v/view?usp=sharing

@starc007 starc007 changed the title BC blockchain & wallet: Simple Blockchain Wallet and Server BC blockchain & wallet: Simple Bitcoin Wallet and Server Aug 19, 2024
@rishavmehra
Copy link

Nice UI @starc007

@starc007
Copy link
Author

Nice UI @starc007

Thanks @rishavmehra

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.

2 participants