Skip to content

0x4Graham/Smart-Contract-Learning-1

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published