JoshOrndorff / recipes

A Hands-On Cookbook for Aspiring Blockchain Chefs
GNU General Public License v3.0
378 stars 187 forks source link

Ideas for Next Recipe #307

Closed jimmychu0807 closed 4 years ago

jimmychu0807 commented 4 years ago
wheresaddie commented 4 years ago

thanks @jimmychu0807 for these suggestions - I wonder if it makes sense to add some of these to tutorials or as a workshop format

jimmychu0807 commented 4 years ago

@wheresaddie this could be a todo first in the front-end template, and then adding it to the tutorial. Front-end template doesn't support unsigned transaction with signed payload yet.

JoshOrndorff commented 4 years ago

In my mind, a recipe should be a complete working code example. It should be something that we can code up and commit to the repo. Demonstrating a forkless runtime upgrade is certainly very useful, but it is more a proceedure that one does with a blockchain than something that can be coded up. Thus I think it should be a tutorial.

Thanks for the brainstorming and good work here @jimmychu0807

JoshOrndorff commented 4 years ago

I think the most actionable part is the first item. I've created #307 for that.

I've also created https://github.com/substrate-developer-hub/substrate-front-end-template/issues/124 for the front end template issue