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:
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