Blogs

Blogs

5 min read

Create True NFT with Plutus

NFT (Non-Fungible Tokens) are the unique token whose amount is one, i.e. there can only exists one NFT in a network. The NFTs can be minted only once and amount can only one to prevent duplicity. The NFT is minted similar to the native assets but has amount as

Juhel Phanju

News
8 min read

Getting Started with Plutus Using KuberIDE

If you want to get started with Cardano blockchain to build decentralized applications, you must be familiar with Plutus. Plutus is the native smart contract language for Cardano blockchain. I will be taking you through an example on how to compile a Plutus contract to split values locked in a

Reeshav Acharya