Skip to content

Blockchain

Solana Blockchain illustration

The first Solana project: A decentralized voting application

We start the Solana journey with a decentralized voting application, which allows users to put their own idea, poll, or anything else up for vote. Each proposal has a short description, in order to explain to users the poll they are voting on. In addition, votes for and against are processed in the background and data about it is stored on the blockchain. This voting mechanism, although this application is beginner-friendly, can be applied to various types of applications with more or less modifications. Examples of applications are crowdfunding applications, decision-making support in companies, voting for the best solutions or answers, choosing new functionality for an application, choosing the funniest comment… Along with a brief description of the application being written, we will talk about the basic parts and macros used in the program itself, as well as problems I encountered during work. Problems also require a solution, so that is also part of this text and I hope you find it interesting and useful 🙂

Read More »The first Solana project: A decentralized voting application
Solana Official Web Site

Solana Blockchain: A Fast and Scalable Platform for Decentralized Applications

Introduction to Solana Blockchain

Solana is one of the fastest blockchain platforms, designed to provide speed, scalability, and low transaction costs. This article will help you understand the basic features of Solana, its advantages over other blockchain networks, and how to start developing applications on this platform.

Read More »Solana Blockchain: A Fast and Scalable Platform for Decentralized Applications