Skip to content

ysongh/Rate-My-Contract

Repository files navigation

Add to Homescreen

Rate My Contract

A review site for Smart Contracts

Technologies

  • Vue 2
  • Vuetify
  • SkyDB
  • Covalent API
  • Unstoppable Domains Login

Project setup

npm install

Create a file called 'config.js' on the src folder and add the following code

export const seedphase = "";
export const UNSTOPPABLEDOMAINS_CLIENTID = ""
export const UNSTOPPABLEDOMAINS_REDIRECT_URI = ""
export const COVALENT_APIKEY = ""

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.