Skip to content

ibrica/DeliveryDApp

Repository files navigation

Package delivery ĐAPP

Simple ethereum blockchain app simulating package delivery service.

Installation

Download and install packages.

> npm install

Install Truffle globally.

> npm install -g truffle

Compile and migrate the smart contracts. Default setup is for local network (e.g. testrpc) to change edit truffle.js.

> truffle compile
> truffle migrate

Run the webpack server for front-end hot reloading.

// Serves the front-end on http://localhost:8080
> npm run dev

Run tests.

> npm test

About

Package delivery ethereum blockchain app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published