stellar / soroban-example-dapp

End-to-End Example Soroban Dapp
Apache License 2.0
1.03k stars 835 forks source link

feat: simpler arg ux: ideal situation #86

Closed chadoh closed 1 year ago

chadoh commented 1 year ago

Example of how this code would change if we had https://github.com/stellar/soroban-tools/issues/8

With a CLI command like

soroban contract bindings [CONTRACT-ID] --ts

We could auto-generate the two new .ts files shown here, and simply the argument logic in the form-pledge component as shown.