FlightSurety is a sample application project for Udacity's Blockchain course.
This repository contains Smart Contract code in Solidity (using Truffle), tests (also using Truffle), dApp scaffolding (using HTML, CSS and JS) and server app scaffolding.
To install, download or clone the repo, then:
$npm install
$truffle compile
To compile project:
$truffle compile --all
To run truffle tests:
$truffle test
To use the dapp:
$truffle migrate --reset
$npm run dapp
To view dapp:
http://localhost:8000
npm run server
To build dapp for prod:
npm run dapp:prod
Deploy the contents of the ./dapp folder
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Ethereum - Ethereum is a decentralized platform that runs smart contracts
- IPFS - IPFS is the Distributed Web | A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.
- Truffle Framework - Truffle is the most popular development framework for Ethereum with a mission to make your life a whole lot easier.
- Tom Ge - Fullstack egineer - github profile
This project is licensed under the MIT License