Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alessiochen/socialdesk

Blog project where the content of each post is written on the Ropsten Ethereum Blockchain.
https://github.com/alessiochen/socialdesk

django ehereum python start2impact web3

Last synced: 3 days ago
JSON representation

Blog project where the content of each post is written on the Ropsten Ethereum Blockchain.

Awesome Lists containing this project

README

        

# Social desk

A simple blog project is written in Django using an SQLite database. The content of each post is written on the Ropsten Ethereum Blockchain.

# How to run the project

Before starting the project you need to install the Redis server on your own machine.

To run the Django development server, execute the following command:

> `python manage.py runserver`

Next, open the following URL in your browser:

> `http://127.0.0.1:8000/`

For more detail about the project check the slides.