Skip to content

Commit

Permalink
Implemented keyring for account management
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Singhal committed Jul 30, 2024
1 parent f7e36d3 commit f49d173
Show file tree
Hide file tree
Showing 5 changed files with 1,804 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules
.nyc_output
jscoverage
test.js
.vscode/launch.json
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### 1.0.0 (2021-12-1)

##### Polygon Keyring Implementation

- Implemented Keyring functionality to enable account generation, export keys and signing methods

Loading

0 comments on commit f49d173

Please sign in to comment.