Skip to content

rsooo/nuxt-truffle-sample-app

Repository files navigation

nuxt-truffle-sample-app

Screenshot from 2019-09-02 21-41-16

Sample Ethereum application and nuxt.js implementation Example of write a string into DemoContract

Requirement

  • Installed Node.js and npm.
  • Installed Ganache
  • Installed Metamask

Install

Tuffle

$ npm install -g truffle

Nuxt.js

 $ npm install

Build

Tuffle

 $ cd truffle
 $ truffle compile
 $ truffle deploy

Nuxt.js

# serve with hot reload at localhost:3000
$ npm run dev

Licence

MIT

About

Sample Application using Nuxt.js and Truffle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published