The Blockchain API Blog
Hi! I'm Josh. I'm building a platform to make interacting with blockchains easy. The blog highlights how to use the API, feature developments, newletters, and other important information.
-
Extra Docs for Blockchain Events
-
How to input the attributes for a role condition group
A role condition group is a set of conditions that determine whether or not a person is elligible for a role in Discord.
-
Tracking a collection on the dashboard
-
Burning NFTs on Solana
You can burn your NFTs at burn.blockchainapi.com, using our free tool.
-
Our NFT launch
UPDATE: We minted out 10k less than 6 hours. Wow! Thank you everyone for believing in us!
-
How to format the off-chain metadata for an NFT on Solana
Some NFT metadata is stored on Solana (on-chain), while some is stored off of Solana (off-chain). We discuss how to format the off-chain NFT metadata for an NFT.
-
A Note on NFTs on Solana
Let’s discuss what is Metaplex, what an NFT is, and some stuff that’s initially confusing to understand.
-
How to transfer SOL with code
Let’s explore how to use the API to transfer SOL with code.
-
How to get the metadata of a Solana NFT
Let’s explore how to use the API to get the metadata of a Solana Metaplex NFT.
-
How to get an associated token account on Solana
Associated token accounts form the backbone of Solana and how we interact with on-chain contracts. Let’s explore them in this post.
-
How to get the metadata of a Solana Metaplex candy machine
Let’s explore how to use the API to get a Solana Metaplex candy machine’s price, supply, items available, and go live date.
-
How to create a test Metaplex candy machine
For users who bot candy machine mints in order to purchase a highly desired NFT from a collection on launch, it can be useful to create a test candy machine to test your botting script.
-
How to create an NFT on Solana
Creating an NFT on Solana is really easy with our API. Let’s walk through it here.
-
How to airdrop SOL on the devnet to your wallet
Here we discuss how to airdrop SOL on the devnet to your wallet.
-
Derivation paths on Solana
Derivation paths are a key part of creating a wallet for any blockchain.