4.2.0 • Published 1 year ago

blockcrypto v4.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

BlockCrypto

This is a core blockchain package coded in Javascript which contains business logic for managing a blockchain cryptocurrency. This blockchain implementation closely resembles that of Bitcoin. Much thanks to the many online resources and youtube videos which helped in the making of this package.

Installation

npm install blockcrypto

How it works?

  • Proof of work blockchain
  • Cryptocurrency implementation with mining rewards and mempool (pending transactions)
  • Mining algorithm finds SHA256 hash that is lower than the target hash by modifying the nonce value
  • secp256k1 elliptic curve function used to generate public key

  • utxo used as input and outputs of transactions.

  • address generated from public key by SHA256 and RIPEMD160 algorithms with checksum implemented, represented in a base58 format.
4.1.0

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

4.2.0

1 year ago

4.0.2

1 year ago

3.1.1

3 years ago

3.1.0

3 years ago

3.0.7

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.6.0

3 years ago

2.5.3

3 years ago

2.5.2

3 years ago

2.5.1

3 years ago

2.5.0

3 years ago

2.4.10

3 years ago

2.4.11

3 years ago

2.4.9

3 years ago

2.4.7

3 years ago

2.4.8

3 years ago

2.4.6

3 years ago

2.4.5

3 years ago