wormhole-foundation / wormhole-scaffolding

Starter apps with Wormhole integration
Other
47 stars 30 forks source link

sui: implement Hello Token example #51

Closed gator-boi closed 1 year ago

gator-boi commented 1 year ago

The purpose of this PR is to implement the Hello Token example application for Sui. This PR includes unit and integration test suites.

To review this PR, look at the contracts in /contracts/hello_token/sources/ and run the unit and integration tests by executing the following commands:

1) make dependencies 2) make test