stellar / soroban-example-dapp

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

Fix bug soroban 0.3.2 #74

Closed esteblock closed 1 year ago

esteblock commented 1 year ago

Fix issue https://github.com/stellar/soroban-example-dapp/issues/72 Using soroban 0.3.2

added

--rpc-url $SOROBAN_RPC_URL \
  --network-passphrase "$SOROBAN_NETWORK_PASSPHRASE"

when deploying, and using specific docker version

esteblock commented 1 year ago

This PR solves deploying the contracts, but still have problems when calling functions from front end. Will continue checking it

esteblock commented 1 year ago

will close it for now, until I check this better