stellar / soroban-example-dapp

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

Use @soroban-react/contracts library #79

Closed esteblock closed 1 year ago

esteblock commented 1 year ago

Move useContractValue and useSendTransaction functions to @soroban-react/contracts library This will make soroban's dapps development easier.

Now supporting useContractValue function

esteblock commented 1 year ago

@paulbellamy I added #80 changes into @soroban-react/contracts library in https://github.com/esteblock/soroban-react/pull/16 Then manually merged #80 with #79. Also tried. Works ok :)

It's just failing in Rust / build-and-test (ubuntu-latest, x86_64-unknown-linux-gnu, true) (pull_request) But it's the same error #80 has.

paulbellamy commented 1 year ago

Looks great, thanks so much!