stellar / soroban-examples

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

Make it possible to test using the token contract WASM #46

Closed jonjove closed 2 years ago

jonjove commented 2 years ago

What

Adds new feature "token-wasm" that enables using the WASM. Adds a new line to Makefile to actually run this test.

Why

Resolves #29.

Known limitations

Doesn't pass tests right now because the WASM itself doesn't work.

jonjove commented 2 years ago

Closing this to change the target branch.