kanohapierre / tau-blockchain-course-1.0

Blockchain-testing-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Quality Grade license Known Vulnerabilities

Ethereum Blockchain Project (Test Automation University)

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

About

Blockchain-testing-tutorial

License:MIT License


Languages

Language:JavaScript 98.2%Language:HTML 1.0%Language:Solidity 0.8%