Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sui: implement Hello Token example #51

Merged
merged 5 commits into from
Jun 21, 2023
Merged

sui: implement Hello Token example #51

merged 5 commits into from
Jun 21, 2023

Conversation

gator-boi
Copy link
Contributor

@gator-boi gator-boi commented May 11, 2023

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

@gator-boi gator-boi linked an issue May 11, 2023 that may be closed by this pull request
@gator-boi gator-boi self-assigned this May 11, 2023
@gator-boi gator-boi requested review from a5-pickle and heyitaki May 15, 2023 16:50
@gator-boi gator-boi force-pushed the sui/hello-token branch 2 times, most recently from 345494d to 7ecab44 Compare June 21, 2023 14:19
@gator-boi gator-boi merged commit bd73924 into main Jun 21, 2023
@gator-boi gator-boi deleted the sui/hello-token branch June 21, 2023 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sui: write HelloToken example
2 participants