Welcome to Steemit man, I hope you enjoy your stay here. I'm also a developer so this Ethereum project you've started really got my attention. How did you create all of these characters? I'm guessing you made some other solution for generating these characters because hand drawing 10, 000 of them would be quite a feat indeed.
RE: Hi, I'm a developer of apps and games, and I'm experimenting with digital collectibles on the blockchain
You are viewing a single comment's thread from:
Hi, I'm a developer of apps and games, and I'm experimenting with digital collectibles on the blockchain
Yup, I wrote a "generator" that randomly combines elements to build up the characters. It has a rule system to make the characters distinctive and keep them looking good (at least most of them). I love doing that kind of generative art stuff. The original plan was to maybe even have the generator be built into the Ethereum contract, but it became pretty clear right away that you need to minimize the amount of computation in the contract, or you will blow out the gas limit very quickly. So, the art was generated outside of the contract, but is inextricably linked. More detail: https://github.com/larvalabs/cryptopunks
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit