You are viewing a single comment's thread from:

RE: Wiki

in #tech5 months ago (edited)

LISTING OF NFTS on EXTERNAL MARKETPLACES



NOTE:
Done before external integrations, to keep the sales fee consistent and the agent fee consistent across different marketplaces: changed minimum fee to 500 (5%) and agent cut to 5000 in tribaldex (50%).



OUR SYMBOLS


  • Packs: CSPACKS

image.png


  • gaming items: CSHOTS

image.png


  • Lands: (listed separatedly on NFTShowroom)




How to fetch the data from Hive Engine nodes


MARKET

Sell book for Items:

image.png


Sell book for Packs:

image.png


INVENTORY

assets

image.png

packs

image.png


Mapping for our Image Server (if dont want to rely on slow IPFS)

https://play.crypto-shots.com/nft-images/hive/{schema}/{name}.png

NOTE:

  • From the name attribute -> all spaces are replaced with underscore (_).
  • All images are in .gif format (even static ones, for consistency).

Examples:

# Packs:
https://play.crypto-shots.com/nft-images/hive/level0.packs/Mythic_Pack.png
# Assets:
https://play.crypto-shots.com/nft-images/hive/weapon.skins/Skin_for_Elektra.gif
https://play.crypto-shots.com/nft-images/hive/game.characters/Minta_H'ani.gif


Fee Configuration:


image.png

image.png


How the 3rd party market gets their fee:

  • In our own we use our admin account as marketAccount:

image.png


  • The external marketplace uses their account as marketAccount:

image.png