Skip to content

thinhbui95/mpc-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpc-wallet

mpc-wallet is a Rust-based wallet application implementing secure multi-party computation (MPC) for BIP-39 mnemonic management and Ethereum wallet operations. It supports wallet creation, mnemonic splitting and reconstruction, Shamir secret sharing, and direct interaction with EVM-compatible blockchains.

Features

  • Create and split BIP-39 mnemonics into shares
  • Reconstruct mnemonics from shares
  • Generate Ethereum addresses and private keys from mnemonics
  • Interact with smart contracts and transfer tokens on EVM chains
  • User-friendly terminal UI

Details

  1. Create Wallet

  1. Reshare Key

  1. Interact Wallet

  1. Main Menu

## Getting Started
  1. Install Rust
    Install Rust if you haven't already.

  2. Clone the repository

    git clone https://github.com/yourusername/mpc-wallet.git
    cd mpc-wallet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages