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

Adding the basic features #1

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

Conversation

Dinoosawruss
Copy link
Contributor

@Dinoosawruss Dinoosawruss commented Jun 29, 2022

This pull request adds the basic blockchain features in Go to build upon.

These including:

  • Creating blocks and a blockchain
  • Adding blocks
  • Transaction validation
  • Validating blocks
  • Error handling
  • Logging
  • Persistence DB blockchain
  • Wallets
  • Persistent DB unspent transactions
  • Merkle tree
  • Network

@Dinoosawruss Dinoosawruss linked an issue Jun 29, 2022 that may be closed by this pull request
@Dinoosawruss Dinoosawruss added the enhancement New feature or request label Jun 29, 2022
@Dinoosawruss Dinoosawruss self-assigned this Jun 29, 2022
@Dinoosawruss Dinoosawruss mentioned this pull request Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

Basics
1 participant