An open API service indexing awesome lists of open source software.

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

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/).