1

I believe it is possible to create a cryptocurrency with Hyperledger (Though a bit unconventional, perhaps). As in this question, chaincode can accomplish this. Would it then be possible for a token created in a Hyperledger network to be traded on exchanges, should they want to list the tokens?

What would be the downsides to attempting this? One might say that the network wouldn't be as public as others. Then again, neither is Ripple's XRP.

xendi
  • 2,332
  • 5
  • 40
  • 64

2 Answers2

0

There is a Token feature in the alpha release of 2.0, you can check it out: https://hyperledger-fabric.readthedocs.io/en/latest/whatsnew.html#fabtoken

xendi
  • 2,332
  • 5
  • 40
  • 64
yacovm
  • 5,120
  • 1
  • 11
  • 21
0

The platform-neutral Token Taxonomy Initiative overseen by the Enterprise Ethereum Alliance (EEA) has announced the publication of the Token Taxonomy Framework (TTF) V 1.0, which enables businesses and developers to universally understand and define what a token is in non-technical terms, regardless of how it is implemented.

Also check here Can we create non-fungible tokens with Hyperledger?

asing177
  • 934
  • 2
  • 13
  • 34