-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6bf0188
commit f50574a
Showing
3 changed files
with
20 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[ | ||
{ | ||
"name": "self-custody", | ||
"description": "Users manage their own keys, giving them full control of their crypto assets. Safekeeping responsibility rests with the user." | ||
}, | ||
{ | ||
"name": "hardware", | ||
"description": "Keys are stored on a physical device, apart from online devices. This enhances security as keys are exposed online only during transactions." | ||
}, | ||
{ | ||
"name": "custodial", | ||
"description": "Keys are held by the wallet. It's convenient but relies on the wallet's trustworthiness, and users don't have full control." | ||
} | ||
] |