ERC-20-web/README.md

29 lines
456 B
Markdown

# ERC-20 Management Webpage
It's HW3 for 1112 NCNU CSIE "Principles and Practice of Blockchains"
link to Metamask and manage your ERC-20 token on Sepolia Testnet.
- Demo: https://snsd0805.com/ERC20
![](docs/Screenshot_20230508_220420.png)
![](docs/Screenshot_20230508_220621.png)
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```