The is a decentralised application (DAPP) built on Vue-nuxt framework.
- Creation of smart contract on truffle framework
- Local blockchain for dev and test on Ganache
- Browser connection to Blockchain using Metamask chrome plugin
- Install Ganache
- Install Metamask
- Install dependencies
- Configure local blockchain in metamask
- Run the application
- nuxt
- vue
- truffle
- web3
- truffle compile
- truffle migrate --reset
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev