Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xpass/0xpass
Programmable accounts SDK
https://github.com/0xpass/0xpass
Last synced: about 2 months ago
JSON representation
Programmable accounts SDK
- Host: GitHub
- URL: https://github.com/0xpass/0xpass
- Owner: 0xpass
- License: mit
- Created: 2023-01-03T23:12:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T21:14:02.000Z (10 months ago)
- Last Synced: 2024-08-03T16:09:21.076Z (5 months ago)
- Size: 5.86 KB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-account-abstraction - 0xpass/0xpass
README
# 0xpass
0xPass is a distributed and programmable, MPC-based key management network.### Key Management
Unlike trad MPC solns, all key shares are distributed across network nodes making the private keys fully programmable. Key shares are secured through enclaves and the private key never comes together in whole because of MPC.
For you this means -- Custom KMS authentication logic possible (including social logins)
- You can schedule/automate transactions
- Key recovery is a lot cleaner since it's not dependent on user's device or shards
- Cloud MPC wallets are interoperable[Documentation](https://docs.0xpass.io/)