HashLips / hashlips_art_engine

HashLips Art Engine is a tool used to create multiple different instances of artworks based on provided layers.
MIT License
7.19k stars 4.3k forks source link

Question about this portion of code #500

Open famictech2000 opened 2 years ago

famictech2000 commented 2 years ago

const solanaMetadata = { symbol: "YC", seller_fee_basis_points: 1000, // Define how much % you want from secondary market sales 1000 = 10% external_url: "https://www.youtube.com/c/hashlipsnft", creators: [ { address: "7fXNuer5sbZtaTEPhtJ5g5gNtuyRoKkvxdjEjEnPN4mC", share: 100, }, ], };

Is this a royalty which gets paid back to you?

freshfrogs commented 2 years ago

I believe this is intended for you to change so that you can receive a % of sales every time one is sold, but I am also curious how this works, like what YC symbol means or the 1000 basis points as I am new to this

RodmannNftArt commented 2 years ago

The mentioned wallet I have found it in Solana Explorer :( I assume also that the address must be changed before run.

alicedepa commented 2 years ago

HI! I have a question about that too. I get a percentage when someone resell one NFT previously bought from me? Is that what secondary market means? Thanks!

KS1388 commented 2 years ago

The creator goes to somebody else after creating NFTs. Do I have to change this to my wallet address?

BurdBurdGod commented 2 years ago

What if I am doing an ethereum collection? Will having that part affect my colllection?

bolshoytoster commented 2 years ago

@BurdBurdGod no.