Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
You shouldn't be executing any of the calls until execute is called.
Execute to evaluate the result of all the calls at once.
Hey, so the solutions seem to focus on storing the solution per chain call, then just returning that value on execute. Did you intend on the solutions being more of some sort of storage of the chained functions and args, and actually executing when it's actually called?