Skip to content

Commit

Permalink
Initial Solana Keyring Implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
SDargarh committed Jul 22, 2024
1 parent c478871 commit bef5bb0
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 bef5bb0

Please sign in to comment.