series

CardanoSharp

Writing about the features of CardanoSharp and how developers can use it step by step.


Posts in this series

A Beginner's Guide to CardanoSharp: Getting Started

CardanoSharp is an open-source dotnet library that helps bridge the Cardano blockchain and the dotnet ecosystem. 💡 In this series, we will explore library features, starting with primary use-cases like setting up wallets, transactions, policies, to...

Cardano Native Tokens with CardanoSharp

Cardano native tokens are digital assets that operate directly on the Cardano blockchain protocol, negating the need for smart contracts, as they are inherently supported by the ledger itself. These tokens engage with the network with the same level ...

CardanoSharp: A .NET Developer's Guide to Minting NFTs on Cardano

Cardano has an active and vibrant NFT ecosystem with many artists and projects. A quick look at pool.pm shows over 8 million NFTs have been minted on the Cardano blockchain. In this post, I want to focus on how CardanoSharp can help dotnet developers...

CardanoSharp: Cardano Multisig Addresses

A multi-signature address is an address with an attached native script. The native script is evaluated when a spend transaction is submitted to the ledger. A native script is a small smart contract that enforces a set of rules agreed upon when the ad...

CardanoSharp: The Process of UTxO selection

Cardano is a UTxO blockchain using an extended version of the model seen in Bitcoin and Litecoin. This makes it fundamentally different from account-based blockchains like Ethereum and Algorand, which track account balances rather than unspent transa...