Skip to content

SudharakaA/TokenTransfer_dAPP-to-Connect-Blockchain-N

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TokenTransfer_dAPP-to-Connect-Blockchain-N

# Manifestation Token DApp

A simple dApp to deploy and interact with the **Manifestation** (MNF) ERC-20 token on Ethereum.

## Features
- Deployable **ERC-20** smart contract using **OpenZeppelin**.
- Transfer tokens via a browser-based interface.
- Connect & authenticate with **MetaMask**.
- Track balances and display recent transfers.

## Getting Started
1. **Install** dependencies:
   ```bash
   npm install
  1. Compile & Deploy smart contracts:
    npx hardhat compile
    npx hardhat run deploy/deploy.js --network <your_network>
  2. Run the app (example with a simple server):
    npx live-server
  3. Open the index.html in your browser and connect your wallet.

License

MIT