Skip to content

Private blockchain with Etherum smart contract with D3JS and python data fetching

Notifications You must be signed in to change notification settings

dragGH102/etherum-blockchain-with-frontend-and-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

App developed for Hackzurich 2017 composed of:

  • Backend (Node + python for data fetching from Tomson Reuters API)
  • Frontend (jQuery + D3JS)
  • Private blockchain with Etherum smart concract ("Charitycoin")

The idea was to offer a blockchain solution to the lack of transparency in online donations.

Developer with the awesome help of my team mates (Klemen, Viton and Nina)

RUN private Blockchain

Install etherum

https://ethereum.gitbooks.io/frontier-guide/content/installing_linux.html

Run etherum

./Blockchain/start.sh

RUN frontend (Linux)

npm install -g serve

serve Frontend/

RUN DB in Docker

docker run
--detach
--publish 27017:27017
--restart unless-stopped
--name MongoDB
--volume /home/manuel/TMP/MIX_CAN_DELETE/hackzurich2017:/data/db
mongo:3.4

About

Private blockchain with Etherum smart contract with D3JS and python data fetching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published