Skip to content

flamel13/eth-crowdsale

Repository files navigation

LikeStarter

LikeStarter: a Smart-contract basedSocial DAO for Crowdfunding

Structure

Truffle

Folder ./LikeStarterContracts contains files useful to operate in Tuffle. In particular ./LikeStarterContracts/contracts/ contains all the contracts developed in Solidity.

Django

Folder LikeStarterDjango contains all the files useful to run the web server. In order to run web server is mandatory to install all dependencies (could be done also in a docker container); this is the command to execute in ./LikeStarterDjango/acmeconf/ :

pip install -r requirements.txt

This is the command to run the server:

python manage.py runserver

(Require an ethereum blockchain running on localhost:7545, e.g. Ganache)

About

A Solidity crowdsale contract-based web platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published