Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.12 KB

File metadata and controls

31 lines (19 loc) · 1.12 KB

Code Quality Grade license Known Vulnerabilities

Ethereum Blockchain Workshop

A simple Blockchain project developing ethereum smart contracts and tests for a survey website.


Run local development

Compile and migrate the smart contracts. Note inside the development console we don't preface commands with truffle.

truffle compile
truffle migrate

Run the liteserver development server (outside the development console) for front-end hot reloading. Smart contract changes must be manually recompiled and migrated.

Serves the front-end on http://localhost:3000

npm run dev

Once you are ready to start testing, type in the following command:

truffle test