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

https://github.com/ysongh/petfamous

(Hack the System) A photo sharing social network for pets where viewers can earn NFT
https://github.com/ysongh/petfamous

bootstrap4 mysky skapp skydb solidity vue vuex

Last synced: 6 days ago
JSON representation

(Hack the System) A photo sharing social network for pets where viewers can earn NFT

Awesome Lists containing this project

README

          

# Pet Famous
A photo sharing social network for pets where viewers can earn NFT

- Live Site - https://0008rpthm7k9qbb1n1adnbsibj8ravd4g4r73gt2g7gkp4nae75k2ag.siasky.net/#/
- Demo - https://youtu.be/w3PJzEa2m5Q

## Features
- User can login with MySky
- Pet owner can upload a photo of their pets which is stored on SkyDB
- User mint NFT of the pet

## Technologies
- Vue 3
- Vuex 4
- Bootstrap 4
- MySky
- SkyDB
- Solidity

## Project setup
```
npm install
```

### Create a file called 'config.js' on the src folder and add the following code
```
export const seedphase = "your words";
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).