diff --git a/simple-dapp/README.md b/simple-dapp/README.md new file mode 100644 index 00000000..4e3b4df3 --- /dev/null +++ b/simple-dapp/README.md @@ -0,0 +1,11 @@ +# Simple Base dApp Example + +A minimal decentralized application (dApp) that connects to a wallet on the Base testnet using [ethers.js](https://docs.ethers.org/). + +## Usage +1. Open `index.html` in your browser. +2. Click **"Connect Wallet"**. +3. Approve MetaMask connection. +4. You’ll see your wallet address and the connected network. + +> Built for educational purposes — safe to include in examples.