stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
65 stars 68 forks source link

Add deployer example #107

Closed leighmcculloch closed 2 years ago

leighmcculloch commented 2 years ago

What

Add an example contract that generically deploys other contracts and calls an initialization / constructor function on them as part of the deploy.

Why

Close https://github.com/stellar/soroban-examples/issues/55

Merging

This PR is dependent on and includes changes from #108. #108 needs to be merged first, then this PR can have main merged to it and be merged to main.

leighmcculloch commented 2 years ago

This can be updated and merged after the other examples are updated to use the new soroban-auth SDK.