stellar / soroban-example-dapp

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

Run ./initialize.sh inside a Docker container #89

Closed esteblock closed 1 year ago

esteblock commented 1 year ago

What problem does your feature solve?

Evey time there is a new releases (let's say soroban CLI), devs need to upgrade their local setup (soroban-cli, sometimes rust, maybe even node version) in order to try this Dapp. This is a problem when devs are working in other projects that are not using the same setup.

What would you like to see?

esteblock commented 1 year ago

Pull request open for review