-
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
forked from Lynx-Team/DVHackathon2017
-
Notifications
You must be signed in to change notification settings - Fork 0
jokly/DVHackathon2017
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Languages
- JavaScript 98.0%
- CSS 1.1%
- HTML 0.9%