Skip to content

Color coins

George Agapov edited this page Sep 30, 2016 · 1 revision

Color coins is a well-known concept, introduced to many cryptocurrencies. You can read about e.g. on [Bitcoin wiki] (https://en.bitcoin.it/wiki/Colored_Coins)

In our implementation of RSCoin color coins are implemented as following:

  • Every coin is associated to some color
  • Color is defined by integer
  • Color 0 is a special color that states for "uncolored" coin
  • You can colorize uncolored coin by sending it from wallet to itself, specifying output color
  • If coin is colored, you can't reassign it's color
Clone this wiki locally