Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xcert/verifier-ui
The official 0xcert Verifier website
https://github.com/0xcert/verifier-ui
0xcert erc721 metadata protocol validate validation verifier verify xcert
Last synced: 24 days ago
JSON representation
The official 0xcert Verifier website
- Host: GitHub
- URL: https://github.com/0xcert/verifier-ui
- Owner: 0xcert
- Created: 2019-10-01T13:05:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T11:46:07.000Z (over 4 years ago)
- Last Synced: 2024-12-16T19:03:22.642Z (about 2 months ago)
- Topics: 0xcert, erc721, metadata, protocol, validate, validation, verifier, verify, xcert
- Language: Vue
- Homepage: https://verify.0xcert.org
- Size: 1.02 MB
- Stars: 5
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 0xcert-verify-www
> 0xcert Verify
## Build Setup
``` bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate# deploy to github
$ npm run deploy
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).