Skip to content

Commit

Permalink
Merge pull request #11 from getsafle/feature-sol-account-management
Browse files Browse the repository at this point in the history
Feature sol account management
  • Loading branch information
sshubhamagg authored Jul 25, 2024
2 parents f6b8ad0 + bef5bb0 commit 2fada7e
Show file tree
Hide file tree
Showing 13 changed files with 969 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
test.js
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### 1.0.0 (2024-7-22)

##### Solana Keyring Implementation

- Implemented Keyring functionality to enable account generation and export keys
- Added getAccounts() method to fetch list of generated accounts
- Added importWallet() to import account using privateKey
- Added initial test
Loading

0 comments on commit 2fada7e

Please sign in to comment.