Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 705 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 705 Bytes

Car Demo 2

A Vue.js project for Simbachain Dapp Client (Live Demo: https://cardemo.simbachain.com)

Project setup

1. Create and configure an app on Simba Dashboard with the default carDemo2 smart contract at https://app.simbachain.com/
2. Generate an apiKey for the app on App-View page
3. Open src/store/modules/info.js and replace yourApiUrl and yourApiKey with yours
npm install

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.