Opens profile photo
Follow
Dandelion
@dandelion_wist
web3 and gen-art enthusiast co-creator of QQL co-founder of , gallery.so/dandelion they/them
Seattle, WAJoined March 2021

Dandelion’s Tweets

I'll be doing a live interview with in less than an hour. I'm pretty excited -- I expect a wide-ranging chat with some things I haven't shared publicly before ☺️. Hope to see some of you there!
Quote Tweet
Space with @dandelion_wist in 3 hours! Reminders on 🔔 twitter.com/i/spaces/1vAxR
Image
1
16
actively working on the #qql seed marketplace frontend 🤗... but in the mean time early adopters keep using the contract! gm to QQL #164, minted by through the seed market. such a good pick, the soft color gradients from the stacked colors are 🧑🏽‍🍳💋
Image
7
90
a simple and unexceptional QQL, but still beautiful i love how even really basic outputs can have elegance and grace
Image
15
91
Memories #808 (in my head, “The Lion of Qilin”) is one my favorite mints of 2022. So powerful, so memorable. Amazing pickup 🥂🦁
Quote Tweet
When @emilyxxie released Memory of Qilin I was ready, having followed the development of it from the sideline. I have collected many that I cherish but #808 has to be highlighted
Show this thread
Image
3
40
Excited to release my first ever genart project! Toys by 0xTechno Toys is inspired by the endless shapes, designs and art that children create through play. Toys explores this concept by following a generative system of rules that produces colorful toy pieces and interactions👇
Image
135
1,801
Show this thread
Finally, filling listings is done via the `fillListing` function. In this case, you specify the seed, as well as the id of the mint pass you want to use. You also need to send the correct price (in ether) that was requested by the lister.
1
6
Show this thread
Once a seed is listed, the seed market will take ownership of the seed from you. You can take the seed back by calling `delist`, or you can change the price by calling `reprice`. Anyone can check whether a seed is listed by calling `getListing`
1
8
Show this thread
Once you've given that approval, you can list a seed via `list`, choosing a price for the seed in question. IMPORTANT: The price is in wei. There are 10^18 wei per ether. So if you want a price of 1E, write 1000000000000000000 (1 with 18 zeros)
3
7
Show this thread
You could also bless a seed without ever listing it. You might do this as a way of proving you found a seed at a particular time, and including it in the on-chain records of the project. For example, I blessed the seed at the top of this thread ("Cells")
2
11
Show this thread
Before a seed can be listed, it needs to be "blessed", at which point it's canonically tracked on-chain. Blessing costs a small fee (0.01E) which is intended as spam prevention, and to pay server costs for rendering and storing the seeds.
1
13
Show this thread
The market lets a parametric artist list a seed for sale at a specific price. That seed can be bought by a mint pass holder who uses it to trustlessly mint a QQL using that seed, paying the artist their requested price.
1
12
Show this thread
It's a very asymmetrical market b.c. there are ~infinite seeds but less than 900 mint passes, so listings are naturally going to be a lot more common than bids. It's a bit complicated to implement bidding, so debating whether the complexity is worth it.
5
Show this thread
Thanks to everyone who provided feedback on the #QQL seed market. Based on responses we won't have on-chain names for seeds. Another question for y'all. How important is it to be able to bid on a seed (vs just having listings)? Bidders would need to have a mint pass.
Quote Tweet
Working on the #QQL seed marketplace contract, will have something published soon A request for feedback: How important do you think it is to be able to name seeds (like on @qqurated)? Can add on-chain seed names, but raises thorny questions around abuse and moderation
16
45
Show this thread