1.2.0 • Published 2 months ago

@saeedha/math-first v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Hello World Blockchain

This is a simple blockchain implementation in Python for demonstrating basic blockchain concepts.

Overview

This blockchain stores transactions in a list representing an ever-growing blockchain ledger. New blocks are mined by a proof-of-work algorithm that rewards miners with coins.

The blockchain client provides APIs for:

  • Generating wallets
  • Creating and broadcasting transactions
  • Mining blocks
  • Validating the blockchain

Getting Started

Prerequisites

Requires Python 3.6 or greater.

Installing

pip install hello-blockchain
1.2.0

2 months ago

1.1.4

2 months ago

1.1.3

2 months ago

1.1.2

2 months ago

1.1.1

3 months ago

1.0.2

3 months ago

1.1.0

3 months ago

1.0.1

3 months ago

1.0.3

3 months ago

1.0.0

3 months ago