Overview:
Delibra is a decentralized library and marketplace for books built on the Polygon blockchain. It allows authors and readers to have access to paid and free books. The platform is not limited to books, as it also allows students to upload past exam questions, chefs to upload book recipes, and anyone to publish articles. The goal of Delibra is to immortalize information using blockchain technology.
Features:
- Access to both paid and free books
- Ability for students to upload past exam questions
- Chefs can upload book recipes
- Anyone can publish articles
Installation:
To install the Delibra theme, follow these steps:
Clone the Delibra repository from GitHub using the following command:
git clone [repository url]Install the necessary dependencies using npm or yarn:
npm installDeploy the Book cover contract and User authentication smart contracts on the Polygon zkEVM testnet. The contract addresses can be found in the Delibra directory.
Set up the frontend of the dapp by navigating to the Ui-library directory and installing the required dependencies:
cd Ui-library npm installStart the dapp by running the following command:
npm run devThe Delibra theme is now installed and can be accessed in the browser at the deployed URL.
Summary:
Delibra is a decentralized library and marketplace for books built on the Polygon blockchain. It aims to provide access to both paid and free books, as well as offer additional functionalities such as uploading past exam questions and publishing articles. The theme can be installed by cloning the repository, deploying the necessary contracts, and setting up the front-end.