https://github.com/hernandev/pet-chain-dapp
Blockchain Based Pet History DApp
https://github.com/hernandev/pet-chain-dapp
dapp ethereum smart-contracts solidity truffle vue web3
Last synced: about 1 month ago
JSON representation
Blockchain Based Pet History DApp
- Host: GitHub
- URL: https://github.com/hernandev/pet-chain-dapp
- Owner: hernandev
- License: mit
- Created: 2019-01-05T01:46:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T20:19:56.000Z (over 7 years ago)
- Last Synced: 2025-04-09T13:37:53.210Z (about 1 year ago)
- Topics: dapp, ethereum, smart-contracts, solidity, truffle, vue, web3
- Language: JavaScript
- Homepage:
- Size: 530 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PetChain
DApp for registering your Pet's history on blockchain.
### 1. Vue Setup (frontend):
#### Project setup
```
yarn install
```
#### Compiles and hot-reloads for development
```
yarn run serve
```
#### Compiles and minifies for production
```
yarn run build
```
#### Run your tests
```
yarn run test
```
#### Lints and fixes files
```
yarn run lint
```
#### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).