stellar / soroban-examples

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

Update examples to use source auth and the built in token contract #128

Closed sisuresh closed 2 years ago

sisuresh commented 2 years ago

Resolves #122 and #77

@leighmcculloch I copied the wasm file from soroban-token-spec into this repo, which isn't ideal. Should the examples build the spec instead?

@dmkozh I added you as a reviewer so you could take a look at the timelock contract change (https://github.com/stellar/soroban-examples/commit/e91c81b7cd054f0e440165fd91d091a5e4e468b2).

leighmcculloch commented 2 years ago

@leighmcculloch I copied the wasm file from soroban-token-spec into this repo, which isn't ideal. Should the examples build the spec instead?

This is fine for this PR. Let's not block merging on it. Ideally we find another way to bundle this.