Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alessiochen/socialdesk
- Owner: AlessioChen
- Created: 2020-11-03T11:28:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T20:04:37.000Z (over 2 years ago)
- Last Synced: 2023-03-05T14:26:03.315Z (almost 2 years ago)
- Topics: django, ehereum, python, start2impact, web3
- Language: Python
- Homepage:
- Size: 1.19 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.