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

RFC-1: Bitcoin Like Server with UTXO based transaction #19

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

Conversation

PranavKumar20
Copy link

Task Completed

  • Created Wallet Backend and frontend
  • Created Miner Backend
  • Created Central Server
  • Created Node server
  • Using UTXO(s) for transaction
  • Fee Preference: low fee or less dust UTXO

Task Remaining

  • Deployment of all backends and frontends
  • Creating Fund Server frontend to get fund to test the the project by doing transaction
  • Frontend for importing wallet from mnemonic and private key
  • Allowing users to submit transaction by choosing UTXO(s) of their choice

Please go through this notion link, i will update deployment links on this notion: https://www.notion.so/Flow-of-the-PR-f3a967c8c18544dcb0e291b964bf36f3?pvs=4

@PranavKumar20 PranavKumar20 changed the title Bitcoin Like Server Bitcoin Like Server with UTXO based transaction Aug 22, 2024
@PranavKumar20 PranavKumar20 changed the title Bitcoin Like Server with UTXO based transaction RFC-1: Bitcoin Like Server with UTXO based transaction Aug 24, 2024
@rishavmehra
Copy link

@PranavKumar20 are you using locking and unlocking mechanism for utxo ?

@PranavKumar20
Copy link
Author

Not exactly locking and unlocking but i have created the schema that includes id associated to utxo. Although i am not checking that the utxo which is used is associated to the user who is using it, but i make sure they have enough balance(adding values of all utxos).

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