KTH / programmable-society

Home of course "Programmable Society" at KTH Royal Institute of Technology
16 stars 15 forks source link

wallets and secrets #14

Open monperrus opened 1 year ago

monperrus commented 1 year ago

wallets are foundational for crypto and web3

monperrus commented 1 year ago

the wallet problem space https://a16zcrypto.com/wallet-security-non-custodial-fallacy/

monperrus commented 1 year ago

social recovery wallets: https://vitalik.ca/general/2021/01/11/recovery.html

monperrus commented 1 year ago

Multisig wallets

Example in Bitcoin: https://github.com/bitcoin/bitcoin/blob/master/doc/multisig-tutorial.md

Example in EVM: https://github.com/paxosglobal/simple-multisig/ (incl. audits)

Gnosis Safe https://safe.global/

monperrus commented 1 year ago

multi-party computation (MPC) wallets: https://zengo.com/mpc-wallet/ https://halborn.com/what-is-an-mpc-wallet/ https://www.alchemy.com/overviews/mpc-wallet

monperrus commented 1 year ago

intu wallet The Intu Account Protocol provides Web3-native Externally-Owned Accounts (EOAs) https://docs.intu.xyz/

white paper: Lisbon Account Protocol: Practical Distributed Externally-Owned Accounts

monperrus commented 10 months ago

SoK: Web3 Recovery Mechanisms https://eprint.iacr.org/2023/1575.pdf

cc/ @stamp9

monperrus commented 6 months ago

SoK: Cryptocurrency Wallets--A Security Review and Classification based on Authentication Factors https://arxiv.org/html/2402.17659v1