0.0.3 • Published 9 years ago

decentraland-core v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

decentraland-core

Blockchain-based decentralized land implementation in JavaScript

This is a clone of bitcore's codebase, with the following changes:

  • Removed Script-related classes
  • Removed URI, Unit, and other bitcoin-only utils
  • Changed PublicKey to support only compressed keys
  • Removed Transaction Input, Output and related classes
  • Changed Transaction signing logic (using simpler scheme)
  • Transaction now has owner, previous transaction, color, position, version, signature
  • Miner class added
  • Blockchain class added