kadena-io / chainweaver

Kadena Chainweaver desktop wallet and web-based playground for Pact
https://chainweaver.kadena.network
60 stars 29 forks source link

add CommandSigData support to sigbuilder #789

Closed jmininger closed 1 year ago

jmininger commented 1 year ago

Adds CSD parsing for both json/yaml to sigbuilder. Also displays both forms when sigs are added in the final page of the SigBuilder flow.

NOTE: SigBuilder currently is built around SigData. CommandSigDatas just get converted to the latter after being parsed. This is a good candidate for a refactor in the future