Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update metamask doc #392

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions docs/build/wallet/metamask-snap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ https://docs.metamask.io/snaps/
5. **Can i export my wallet to use in another wallet interface?**
Yes, you can export your wallet private key and import it in another wallet interface that supports the Massa blockchain.

6. **How to transfer MAS to another account?**
For now, you can't directly transfer MAS or MRC20 tokens directly from the Snap interface. The feature will be available in the next version of the Massa Snap.
Currently two options are available:
- Export your private key and import it in another wallet interface that supports the Massa blockchain.
- Build a run the companion dApp locally where these features are available.
- Clone the [Metamask Massa](https://github.com/massalabs/metamask-massa) repository.
- run `yarn install && yarn build && yarn start` to start the dApp.
- Navigate to `http://localhost:3000` in your browser.
6. **How to transfer MRC20 to another account?**
For now, you can't directly transfer MRC20 tokens directly from the Snap interface. The feature will be available in the next version of the Massa Snap.
You can export your private key and import it in another wallet interface that supports MRC20 sending.
Loading