Solana Development

Solana Development

Welcome to my blog. This blog would be about Solana Development. So, if you are interested to know how to write smart contract, web3 programs in Solana, stay tuned! Cheers!


Full Stack Solana Web3 Tutorial (1)— Connect to Phantom Wallet

25 Jan 2023 4 minute read 0 comments Brochain

Photo by Allef Vinicius on Unsplash Hi! Nice to see you all again! Today, we are going to start a new series. In this new series, we will talk about how to make a fullstack Solana Web app. In this first passage, we would show you how to host a websi...

Solana Development (7): How to Interact with Smart Contract

25 Jan 2023 6 minute read 3 comments Brochain

Photo by Markus Spiske on Unsplash In previous post, we have went through the code of helloworld-example and understand how smart contract in Solana works. Now, let’s begins to understand how to interact with it. In the helloworld-exa...

Solana Development (6): Understanding How Smart Contract Works in Solana

25 Apr 2022 6 minute read 0 comments Brochain

I suppose you have successfully deploy your first Smart Contract following previous post. So, now, let’s understand how things work underhook. In this article, we would first talk about some concept of account in Solana then we will start reviewing t...

Solana Development (5): Deploy your First Smart Contract

25 Apr 2022 1 minute read 0 comments Brochain

In this article, we will walk you through how to deploy a Smart Contract in Solana. In Solana, all Smart Contracts are called On-Chain Program. So, from now-on, we will call it program instead of Smart Contract. We will use Solana’s Hello World as an...

Solana Development (4) —Develop Your own Local Solana Cluster

24 Apr 2022 2 minute read 1 comment Brochain

  In Solana, all network is called a Cluster. So, its Mainet is a Cluster, Testnet is a Cluster. Now, this article walks you through how to develop your own Cluster on a local machine. It would be very helpful if you come to learn how to develop a Sm...

Solana Development(3): Create Your First Non-Fungible Token (NFT)

24 Apr 2022 1 minute read 0 comments Brochain

Before going into details, we must first know what a Non-Fungible Token (or NFT) is. Generally speaking, tokens such as Bitcoin and Ethereum, are what we called Fungible Tokens. The reason is that every Bitcoin in the world is the same. There is no d...

Solana Development(2): Create Your Own Token

23 Apr 2022 3 minute read 4 comments Brochain

After the previous introduction of Solana CLI basic operations, we will move to talk about how to create our own token. Owning your own token has many advantages. For example, if you have your own business, you can ask customers to get your tokens on...

Solana Development(1): Basic Operation of Solana-CLI

23 Apr 2022 5 minute read 2 comments Brochain

If 2020 is defined as the year of Ethereum Defi. Then, 2021 will definitely be the year of Solana ecosystem. According to Solana’s official website, there are currently 400 projects laucnhed in Solana. This is certainly not easy for a blockchain newl...