ERC-20-web/README.md
2023-05-10 19:55:03 +08:00

27 lines
409 B
Markdown

# Faucet 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.
![](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
```