https://github.com/stylelist94/stylish-ethereum-dapp
Whatever you're minting
https://github.com/stylelist94/stylish-ethereum-dapp
app-router-nextjs nextjs react tailwindcss typescript vitest wagmi
Last synced: 3 months ago
JSON representation
Whatever you're minting
- Host: GitHub
- URL: https://github.com/stylelist94/stylish-ethereum-dapp
- Owner: StyleList94
- Created: 2022-10-04T15:15:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T07:41:27.000Z (4 months ago)
- Last Synced: 2025-03-11T08:32:17.628Z (4 months ago)
- Topics: app-router-nextjs, nextjs, react, tailwindcss, typescript, vitest, wagmi
- Language: TypeScript
- Homepage: https://dapp.stylelist94.dev
- Size: 1.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stylish Ethereum DApp
Create stylish Ethereum Dapp
## Feature
### Account
- connect/Disconnect wallet
- account status### Network
- network status
- switching network### Smart contract launcher
- read/white the function specified in the ABI
- includes ERC20, ERC721, ERC4626 ABI### Unit converter
- convert Ether to Gwei, Wei
### Sign message
- signing a message
- recover signed address### Send transaction
- send native token
### Transaction center
- watching pending transaction
- latest tx receipt
- toasting transaction status### Metadata
- error boundary component
- custom 404 Not found page
- images(icon, opengraph)## Tech Spec
Core
- React
- Next.jsEVM
- wagmi
- viemState management
- zustand
Styling
- tailwindcss
- shadcn/uiTesting
- Vitest
- React Testing LibraryCode Formatter
- ESLint
- Prettier## Getting Started
```bash
yarn create next-app --example https://github.com/StyleList94/stylish-ethereum-dapp
```[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FStyleList94%2Fstylish-ethereum-dapp)