Skip to content

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
@owanemi
Copy link
Author

owanemi commented May 11, 2025

Hi @iamnotstatic i've effected some changes concerning sui wallet integration.

@iamnotstatic
Copy link
Owner

Hi @iamnotstatic i've effected some changes concerning sui wallet integration.

Hi @owanemi, weldon, i will review the PR and revert back if I have any questions

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.

2 participants