I Created a React Decentralized App to Sell eBooks – Here’s How (4/4)

We completed a transaction in the last part, but the transaction data had yet to be seen. In this part, we will drive the smart contract data to the user interface. The user’s data and the transaction time will be displayed on the user interface. This is part 4 of our four-tutorial series on creating … Read more

I Created a React Decentralized App to Sell eBooks – Here’s How (3/4)

This is part 3 of our four-tutorial series on creating a decentralized web app to sell ebooks: πŸ‘‡ We will connect the front end with the smart contract in this part of the series. The interaction with the smart contract will be done using ether.js. Move to the app.js file inside the source folder. We … Read more

I Created a React Decentralized App to Sell eBooks – Here’s How (2/4)

This is part 2 of our four-tutorial series on creating a decentralized web app to sell ebooks: πŸ‘‡ In the previous part, we built the smart contract and deployed it on the hardhat node for testing. Now it’s time to deploy the contract on the testnet. But before that, let’s install the react app first. … Read more

I Created a React Decentralized App to Sell eBooks – Here’s How (1/4)

Welcome to another project of a decentralized dapp with React and ether.js. This is part 1 of our four-tutorial series on creating a decentralized web app to sell ebooks: πŸ‘‡ Project Scenario We will build an ebook stall from which anyone can buy an ebook on a monthly subscription basis. The buyer will submit his … Read more

Create Your Own YouTube Video Downloader

Project Description I was watching a certain course on YouTube and wanted to download the entire playlist so that I could watch it while I would travel via flight. However, downloading a YouTube video would mean I would have to use some third-party application to download the videos one by one. That is when I … Read more

Block Websites Using Python in Windows

Recently I came up with an idea to block certain websites because I didn’t want my little brother to surf certain sites while he was using my laptop. Being a smart kid, he knew ways of uninstalling chrome extensions that I used to block websites. That is when I came up with the idea of … Read more

50 Ideas for Open-Source Projects

Writing open-source code is an incredibly rewarding experience. It allows developers to collaborate and share their knowledge with the world, leading to more efficient and powerful code. Open source code encourages creativity and innovation and leads to the development of entirely new technologies. It also serves as an invaluable resource for developers, allowing them to … Read more

A Python Script to Uncover Creative Research Gaps Through Recombination

When I was a researcher at University, I had to come up with creative ideas at a rapid pace. Here’s a straightforward approach that may help you generate innovative concepts for your job, business, or research goals. My particular research focus was graph partitioning, i.e., dividing a massive computer science graph structure into smaller chunks … Read more