craft-nft

A standalone NFT implementation for real-world arts and crafts assets
Log | Files | Refs | README

overview.texi (1185B)


      1 @chapter Overview
      2 
      3 The CraftNFT code is designed to provide a sovereign and standalone registry for certificates of real-world arts and crafts assets.
      4 
      5 Tokens may be issued for unique works, aswell as works that span multiple units or copies. The latter, termed as ``batched'' tokens, may be issued in sequential or arbitrary order.
      6 
      7 
      8 @section Unique token
      9 
     10 A unique token represents a unique piece of work. Most unique works are hand-crafted, or at least represent some result of work that is bound to a combination of either of individual(s), time and place.
     11 
     12 A unique work never usually retains its value when copied.
     13 
     14 
     15 @section Batched token
     16 
     17 A batched token represents a work that is designed to be copied. Examples include limited edition prints, perhaps numbered, and signed digital assets.
     18 
     19 Every issuance of new batched tokens is clearly identitiable by the batch number it inherits. This is analogous to serial edition numbers used in book publishing.
     20 
     21 Thus, it is not possible to inflate the supply of an existing token issuance. Or, in other words, if 10 tokens are issued first, and 20 issued later, the 20 latter tokens will be irreversibly marked as ``second edition''.