Sethmichael01/AlgosTransfer

Hello everyone! My second here in the Algorand Forum.
I really need some help here.
I am using the C# language with the Algorand Package to create a program that can enable one to check his/her account address balance and also transfer microalgos from one address to another. Just like how it is done with the Goal command line with Docker.
Written in C#.
I have dropped my GitHub repo with the link to what I have done so far.

Welcome @SethDev to Algorand,

You need to instantiate your algodApiInstance before using it in

See

To get a URL (ALGOD_API_ADDR) and token (ALGOD_API_TOKEN), see:

1 Like

Wow, thank you so much. I’ll try it out ASAP.