https://github.com/metamask/vite-react-local-tutorial
MetaMask Docs Tutorial: ViteJS + React & TypeScript (using EIP-6963)
https://github.com/metamask/vite-react-local-tutorial
Last synced: 7 months ago
JSON representation
MetaMask Docs Tutorial: ViteJS + React & TypeScript (using EIP-6963)
- Host: GitHub
- URL: https://github.com/metamask/vite-react-local-tutorial
- Owner: MetaMask
- Created: 2024-05-15T05:23:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T22:40:05.000Z (over 1 year ago)
- Last Synced: 2025-06-05T10:50:28.284Z (8 months ago)
- Language: TypeScript
- Size: 66.4 KB
- Stars: 9
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MetaMask Docs React Tutorial Repo
[Create a React dapp with local state](https://docs.metamask.io/wallet/tutorials/react-dapp-local-state/) source code.
**Run the dapp:**
```bash
npm i && npm run dev
```