Added instructions for practical 1 and 2 from Vedang's repo.

This commit is contained in:
K
2025-10-16 23:50:39 +05:30
parent 9df94a7aa5
commit 3956549437
2 changed files with 135 additions and 0 deletions
+74
View File
@@ -0,0 +1,74 @@
# Practical-2: How to Create Your Own Wallet Using MetaMask for Crypto Transactions
MetaMask is a popular cryptocurrency wallet that allows you to manage Ethereum-based assets and interact with decentralized applications (dApps). Follow the steps below to create your own wallet.
---
## Step 1: Install MetaMask
1. Go to the official MetaMask website: [https://metamask.io](https://metamask.io)
2. Click on **"Download"**.
3. Choose your platform:
- **Browser Extension**: Chrome, Firefox, Brave, Edge
- **Mobile App**: iOS or Android
4. Install the extension or app.
---
## Step 2: Create a New Wallet
1. Open MetaMask.
2. Click on **"Get Started"**.
3. Select **"Create a Wallet"**.
4. Set a **strong password** for local access. This password is used to unlock your wallet on your device.
5. Click **"Create"**.
---
## Step 3: Backup Your Secret Recovery Phrase
1. MetaMask will display a **12-word Secret Recovery Phrase**. This is extremely important.
2. Write it down on paper and **store it securely**.
⚠️ **Never share your recovery phrase with anyone.**
3. Confirm the recovery phrase by selecting the words in order.
4. Click **"Confirm"**.
---
## Step 4: Access Your Wallet
1. Once confirmed, your wallet is ready.
2. You can view your wallet address by clicking on **Account 1** at the top.
3. This address can be shared to **receive crypto**.
---
## Step 5: Add Funds to Your Wallet
1. Buy crypto from an exchange (like Coinbase, Binance, or WazirX).
2. Transfer it to your MetaMask wallet address.
3. Wait for the transaction to be confirmed.
---
## Step 6: Use Your Wallet for Transactions
- **Send crypto:** Click **Send**, enter the recipients address and amount.
- **Receive crypto:** Share your wallet address.
- **Interact with dApps:** Connect MetaMask to decentralized applications by clicking **Connect Wallet** on supported websites.
---
## Step 7: Security Tips
- **Never share your password or Secret Recovery Phrase.**
- Enable **two-factor authentication (2FA)** on exchange accounts.
- Keep MetaMask updated to the latest version.
- Consider using **hardware wallets** for storing large amounts of crypto.
---
## References
- [MetaMask Official Website](https://metamask.io)
- [MetaMask User Guide](https://metamask.zendesk.com/hc/en-us)