Scaffold Mina - Tooling

Quick Update:

We presented Scaffold Mina and its toolings during a community call on January 6th. Most of the features were complete and fully functional. However, the only major feature still under development and requiring significant work was integrating the sendTransaction function into our toolings.

We faced several challenges while creating a typed sendTransaction function, which unfortunately caused delays. For example, typical transactions usually include properties such as to, from, and others. This is also the case for Mina’s sendPayment and sendDelegation transactions. However, zkApp transactions are different; they only have a zkappCommand field as the input, which contains all the information about state updates and authorizations.

We are still working on these challenges and are hopeful that we will finish soon.

1 Like