cardanosharp-wallet
cardanosharp-wallet copied to clipboard
How to differentiate Testenet from Mainnet?
When using the C# SDK. They can help where we can insert in the code the creation of addresses for Testenet and Mainnet. And any transaction or functionality. From what I've seen it only works on Node Mainnet. Correct?
thanks
@Spoiledpay Please refer to the README, https://github.com/CardanoSharp/cardanosharp-wallet#create-addresses
you will see we have a NetworkType
Hello! Thanks for the help and sorry for my lack of attention. And about get the balance of an address. Account or address information. Do we have any examples?
Ok so this is where we get into online and offline functionality. CardanoSharp.Wallet is only offline. You can use Blockfrost .NET SDK or the CardanoSharp Koios SDK for online needs (getting utxos, balances, transaction submissions, pool info, network info, etc)
https://github.com/blockfrost/blockfrost-dotnet https://github.com/cardano-community/cardanosharp-koios