Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 579 Bytes

File metadata and controls

37 lines (23 loc) · 579 Bytes

Smart Contract Learning--Uber

A simple program that can act like an Uber application

Getting Started

These instructions will provide the steps required to get the contract up and running quickly.

Prerequisites

Install Truffle

npm install -g truffle

Install Http-Server

npm install http-server -g

Running the contract

  1. Remove the Build folder.

  2. Navigate to the folder path and run the development truffle blockchain. Truffle has a built in blockchain.

truffle develop
  1. Migrate the contract to the network
migrate