
A simple, fully-functional, decentralized content sharing web application, which implements a public blockchain from scratch. Built using the Flask web microframework, Bootstrap front-end framework, Jinja template engine, and SQLite RDBMS.
BlockNet is an innovative and fully-functional decentralized content sharing web application that leverages the power of public blockchain technology. Designed to facilitate the sharing of information within a secure and immutable environment, BlockNet enables users to post messages that are permanently stored on the blockchain. Utilizing the Flask web framework and Jinja2 templating, the application aims to create a seamless and engaging experience for its users.
The core objective of BlockNet is to provide a decentralized network that allows for various use cases including content sharing, peer-to-peer payments, chat functionalities, and e-commerce. The use of a public blockchain ensures that data remains secure and unalterable, promoting trust and transparency in user interactions.

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.