Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 505 Bytes

Installation.md

File metadata and controls

14 lines (13 loc) · 505 Bytes

boilerplate-eth-code

This contains boilerplate code for making a simple Ethereum Dapp with Solidity, JavaScript, HTML, JQuery

How to use

  1. Download the zip or Clone
  2. If on Linux
    Rename truffle-config.js to truffle.js
    Rename App.js to app.js
  3. Add details in package.json
  4. Run the command npm install
  5. HTML file goes to src/index.html
  6. JS file goes to src/App.js
  7. Add any tests to test/
  8. Compile, Migrate and Run as normal!