Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to differentiate Testenet from Mainnet? #81

Open
Spoiledpay opened this issue Jul 4, 2022 · 3 comments
Open

How to differentiate Testenet from Mainnet? #81

Spoiledpay opened this issue Jul 4, 2022 · 3 comments

Comments

@Spoiledpay
Copy link

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

@nothingalike
Copy link
Member

@Spoiledpay
Please refer to the README, https://github.com/CardanoSharp/cardanosharp-wallet#create-addresses

you will see we have a NetworkType

@Spoiledpay
Copy link
Author

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?

@nothingalike
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants