stellar / soroban-example-dapp

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

bump to preview10 interface versions #125

Closed sreuland closed 11 months ago

sreuland commented 11 months ago

bumping to soroban sdk 0.9.2, need to update interface usage in crowdfund example.

sreuland commented 11 months ago

I was able to test this locally with standalone. I ran quickstart

docker run --rm -it     -p "8000:8000"     --name stellar     stellar/quickstart:soroban-dev     --standalone     --enable-soroban-rpc

and then did:

./initialize.sh standalone
npm install
npm run dev

was able to mint and then pledge.

chadoh commented 11 months ago

This duplicates #123

sreuland commented 11 months ago

@chadoh , yes, see that now, so will close this pr, may be able to use the initialize.sh changes done here if that helps get standalone working, as noticed that during testing here and made some adjusts.