Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 258 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 258 Bytes

crowdsale

A simple token crowdsale dApp

About

The purpose of this dApp is to show the workings of a simple token crowdsale on Ethereum

Run a server

cd ./crowdsale
python -m SimpleHTTPServer 8000
// browse to http://localhost:8000/dApp.html