-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support for did-key method (#16)
* feat: adds husky, lint-staged and commitlint * fix: fixes typo in .lintstagedrc.js * feat: simplifies -eslintrc.js * fix: update .eslintrc.js and commit-msg * feat: add audit-ci * chore: update package.json * feat: add did:key * feat: add new utility methods * refactor: move did_utils to new file * refactor: move did utils to new file * feat: add new RPC methods * fix: fix missing structuredClone func * feat: add support for mainnet * fix: enforce available methods * fix: fixed empty vc_id bug * refactor: typo * refactor: double quotes * fix: add promt to switchMethod Co-authored-by: martines3000 <domajnko.martin@gmail.com> Co-authored-by: Martin Domajnko <35891136+martines3000@users.noreply.github.com>
- Loading branch information
1 parent
f74dfd1
commit b4650d9
Showing
29 changed files
with
1,056 additions
and
366 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export const availableMethods = ["did:ethr", "did:key"] as const; |
Oops, something went wrong.