-
Install truffle, an ethereum client, firebase module. For local development, try EthereumJS TestRPC.
npm install -g truffle # Version 3.0.5+ required. npm install -g ethereumjs-testrpc npm install --save firebase -
Clone or download repository.
git clone [repo]
-
Install the node dependencies.
npm install
-
Compile and migrate the contracts.
truffle compile truffle migrate
-
Run the webpack server for front-end hot reloading. For now, smart contract changes must be manually recompiled and migrated.
npm run start
-
To build the application for production, use the build command. A production build will be in the build_webpack folder.
npm run build
jokly/DVHackathon2017
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- JavaScript 98.0%
- CSS 1.1%
- HTML 0.9%