-
Notifications
You must be signed in to change notification settings - Fork 4
feat: basic Solana wallet example #1
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
1541fb5
XC-281: Skeleton for Solana wallet
lpahlavi a8bb3a7
XC-281: Update .gitignore
lpahlavi 3efd8e3
XC-281: Initialize state
lpahlavi 50bb786
XC-281: Derive Solana account from principal
lpahlavi 2025dda
XC-281: Fetch Solana account balance using getBalance RPC method
lpahlavi d99af79
XC-281: Send SOL to a target Solana account
lpahlavi ece9664
XC-281: Add draft for README
lpahlavi 72c7996
Merge branch 'main' into lpahlavi/XC-281-basic-solana-wallet-example
lpahlavi ce9b993
XC-281: Minor improvements
lpahlavi 5981156
XC-281: Create nonce account
lpahlavi 1707a10
XC-281: Transfer SOL using durable nonce
lpahlavi 90c094a
XC-281: Update examples/basic_solana/README.md
lpahlavi bbb266a
XC-281: Cleanup dependencies
lpahlavi 81e4cd7
XC-281: More dependencies cleanup
lpahlavi 5d5a030
XC-281: Add nonce_account to .did file
lpahlavi 7ff51f1
XC-281: Working SPL examples
lpahlavi 92a5607
XC-281: Basic instructions for SPL in README
lpahlavi e528def
XC-281: Check token balance
lpahlavi 367827f
XC-281: Clippy
lpahlavi da3f88a
Merge branch 'main' into lpahlavi/XC-281-basic-solana-wallet-example
gregorydemay 7bca784
XC-281: Address review feedback
lpahlavi 8d2ca5b
XC-281: Linter
lpahlavi 9a7a4c9
XC-281: Fix typo in InitArg type
lpahlavi fa71139
XC-281: Make post_upgrade argument optional
lpahlavi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.