Skip to content

Feature/Sui Integration #48

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

Open
wants to merge 30 commits into
base: main
Choose a base branch
from

Conversation

owanemi
Copy link

@owanemi owanemi commented Apr 30, 2025

Description

This pull request adds full Sui Wallet support, the following features were implemented:

  • createWallet
  • generateWalletFromMnemonic
  • getAddressFromPrivateKey
  • getBalance: (SUI and Sui coins)
  • transfer: (SUI and Sui coins)
  • getTransaction:
  • getTokenInfo
  • smartContractCall: Read and write methods were both implemented with support for Sui's unique native object model

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist:

  • I have selected the correct base branch.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • Any dependent changes have been merged and published in downstream modules.
  • I ran npm run test and my test cases cover all the lines and branches of the added code.
  • I ran npm run build with success.
  • I have tested my code on the live network.
  • I have checked the Deploy Preview and it looks correct.

@owanemi owanemi changed the title Feature/sui integration Feature/Sui integration Apr 30, 2025
@owanemi owanemi changed the title Feature/Sui integration Feature/Sui Integration Apr 30, 2025
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.

1 participant