This contains boilerplate code for making a simple Ethereum Dapp with Solidity, JavaScript, HTML, JQuery
- Download the zip or Clone
- If on Linux
Renametruffle-config.js
totruffle.js
RenameApp.js
toapp.js
- Add details in
package.json
- Run the command
npm install
- HTML file goes to
src/index.html
- JS file goes to
src/App.js
- Add any tests to
test/
- Compile, Migrate and Run as normal!