shawntabrizi / substrate-collectables-workshop

A guided tutorial for building an NFT marketplace with the Polkadot SDK
https://www.shawntabrizi.com/substrate-collectables-workshop/
MIT License
236 stars 101 forks source link

A new tutorial section added: Auction a Kitty #55

Closed arikan closed 5 years ago

arikan commented 5 years ago

I've created a tutorial section for auctioning kitties. This could be a useful addition to the tutorial for learning about the concept of time on chain, how to use the substrate specific BlockNumber type, and on_finalise() function for things that needs to be done at the end of a block.

arikan commented 5 years ago

Hi @shawntabrizi, thank you again for all your comments.

I updated the code and created a new section with multiple chapters, which is now easier to digest.

I tested the code using polkadot.js.org and a custom oo7 UI.

Let me know if it works in your local and if you have further suggestions and comments.

shawntabrizi commented 5 years ago

The content of this chapter still need to be revamped to be a bit more detailed and educational. Will track in another issue.