ZuInnoTe / hadoopcryptoledger

Hadoop Crypto Ledger - Analyzing CryptoLedgers, such as Bitcoin Blockchain, on Big Data platforms, such as Hadoop/Spark/Flink/Hive
Apache License 2.0
141 stars 51 forks source link

Ethereum: Utility function for EIP-721 (non-fungible tokens) #54

Open jornfranke opened 6 years ago

jornfranke commented 6 years ago

EIP-721 has been created in spirit of EIP-20, but focuses on non-fungible tokens. This allows you to trade a huge variety of assets on the Ethereum blockchain, such as physical properties, virtual collectables or negative value assets (loans, burdens etc.).

The goal of this utlity function is to facilitate analysis on those standardized types of tokens. Includes unit tests and example application.

jornfranke commented 5 years ago

https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md and https://github.com/ethereum/EIPs/blob/master/EIPS/eip-165.md