Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtedesco1/zksync-example-frontend
Playing around with zkSync 2.0's testnet
https://github.com/dtedesco1/zksync-example-frontend
Last synced: 11 days ago
JSON representation
Playing around with zkSync 2.0's testnet
- Host: GitHub
- URL: https://github.com/dtedesco1/zksync-example-frontend
- Owner: dtedesco1
- Created: 2022-07-24T08:45:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T12:01:55.000Z (over 2 years ago)
- Last Synced: 2023-03-22T13:28:15.490Z (almost 2 years ago)
- Language: Vue
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# greeter-front-end
Playing around with zkSync 2.0's testnet
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).