stellar / soroban-example-dapp

End-to-End Example Soroban Dapp
Apache License 2.0
1.06k stars 859 forks source link

example-dapp: Authorize the token.approve contract call #13

Closed paulbellamy closed 2 months ago

paulbellamy commented 1 year ago

The token.approve contract call (See: https://github.com/stellar/soroban-example-dapp/blob/23640dc76ef285983a6ed0a2e452ab85dabdc8a6/pages/index.tsx#L373-L374), needs to actually get the transaction signed correctly by Freighter, otherwise the approval call will not work.

cc @sisuresh @piyalbasu

esteblock commented 1 year ago

This issue should be marked as closed @paulbellamy