Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 408 Bytes

File metadata and controls

14 lines (8 loc) · 408 Bytes

Building

In order to build this project, from the root directory type $ npm run build

In order to test that the webpack is built correctly, navigate to the build_webpack folder with $ cd build_webpack and then open index.html with $ open index.html.

TLDR; $ npm run build && cd build_webpack && open index.html

@dev

EthTipJar.deployed().then(function(res){ETJ = EthTipJar.at(res.address)})