- Notifications
You must be signed in to change notification settings - Fork0
MetaMask snap to recover or inherit wallet account
License
NotificationsYou must be signed in to change notification settings
safient/metasafe
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A snap for MetaMask built onSafient Protocol that allows users to create recovery and inheritance plans for their wallet account.
Install dependencies and start the client:
npm installnpm start
Openhttp://localhost:3000 with your browser to see the result.
Build the client:
npm install| yarn installnpm build
You are welcome to submit issues and enhancement requests and work on any of the existing issues. Follow this simple guide to contribute to the repository.
- Create or pick an existing issue to work on
- Fork the repo on GitHub
- Clone the forked project to your own machine
- Commit changes to your own branch
- Push your work back up to your forked repo
- Submit aPull request from the forked repo to our repo so that we can review your changes