Skip to content

multifactor/research-wallets

Repository files navigation

Research Wallets

Reference implementations for custodial, self-custody, and MFKDF-based Ethereum wallets (using the Sepolia testnet).

Warning: These implementations exist for demonstration purposes only. They are intended for use in cryptocurrency research, particularly in the usable security domain. They have not been tested/audited for bugs or security vulnerabilities and are not intended to be used as production-ready applications. Do not use real credentials or store anything of value using these wallets.

Deployment Instructions

The three wallets are implemented with a Cloudflare Workers backend with Workers KV, and a React frontend using create-react-app.

Use Node.js v16 or later and NPM v8 or later. To build and test locally, install required dependencies using npm install, then build using npm build. To deploy for free, we suggest using Cloudflare Pages with the React template. Cloudflare Pages will automatically build and deploy the backend workers and the React frontend. Make sure to attach a KV namespace to the DB environment variable.

Research Instructions

These wallets were originally developed to be used in user studies of cryptocurrency wallets and their key management mechanisms. For reference, the protocol used in our original study is provided in Study_Protocol.pdf.

About

Reference implementations for custodial, self-custody, and MFKDF-based Ethereum wallets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published