chains

JavaScript dictionary of blockchain specifications for UTXO coins.

MIT License

Downloads
99
Stars
1
Committers
3

Bot releases are visible (Hide)

chains - v1.6.0 Latest Release

Published by michaelmcshinsky 8 months ago

  • add confirmations, algorithm, and consensus to common type
  • change isProofOfStake to consensus
  • add utility functions to make it easier to find specific chains and
    networks dynamically
  • change testing to vitest

v1.6.0

chains - v1.0.0

Published by michaelmcshinsky about 1 year ago

Blockchains

Initial blockchains released:

  • Bitcoin
  • Litecoin
  • Dogecoin
  • Reddcoin
  • Dash
  • Pigeoncoin
  • Peercoin
  • Namecoin
  • Feathercoin
  • Blackcoin
  • NuBits
  • Viacoin
  • Groestlcoin
  • DigiByte
  • Monacoin
  • Vertcoin
  • Decred
  • Denarius
  • Navcoin
  • Bitcoin Cash
  • Ravencoin
  • Evrmore
  • Digital Note
  • Meowcoin
  • City Coin
  • QTUM
  • Ritocoin
  • c0ban
  • x42
  • Neurai

Breaking Changes

Changes from pre v1 release:

  • main and test now renamed to mainnet and testnet.
  • Types updated to better reflect source code of blockchains.
    • Network and TestNetwork now MainNet, TestNet, RegTest, and SimNet.