Exploring the Ultimate NFT Reading Solution on Solana
There are a number of ways by which we can read NFT data from a Blockchain. In this article, we see how SHYFT provides the best NFT reading solution on Solana.
There are a number of ways by which we can read NFT data from a Blockchain. In this article, we see how SHYFT provides the best NFT reading solution on Solana.

Semi-custodial wallets are more secure crypto wallets with partial custody of keys. This article shows the steps for creating a semi-custodial wallet on Solana.

Fungible Tokens are the basis of currency on the Solana blockchain, where each and every token has a unique value. This blog illustrates how you can create,mint and airdrop custom SPL tokens on Solana.

Some transactions on Solana require two or more signatures to be executed by the Solana runtime. This blog illustrates how you can sign an encoded transaction using two wallets on Solana. Program execution on Solana Blockchain begins with a Transaction…

Check if a user has validity and give the option to renew their membership if expired. In the previous few tutorials, we have seen how we can maintain a membership service to a website using NFTs. How we can check…

Now, let’s see how we can start a new membership for a user in our marketplace, based on NFTs. In the previous part of this tutorial series, we have seen how we can verify the membership to a marketplace based…

Sell membership NFTs, restrict access or grant special privileges on them, and renew memberships.

In this post, we are going to generate a simple transaction and then sign it on Solana Blockchain. There are 2 ways in which you can sign a Solana transaction: We have deployed a small project to test out transaction…

In this tutorial, we will see how we can use NFTs as access tokens to create gated experiences. In this sample project tutorial, we will learn about Utility NFTs and how we can use an NFT as an access token…

In this tutorial, we will see how we can use SHYFT APIs to list all fungible tokens from a Solana wallet and also get the details of one particular spl-token. In this tutorial, we will see how we can use…