Algorand Client
Algorand Client
Section titled “Algorand Client”The AlgorandClient is the main entry point for interacting with the Algorand network.
Creating a Client
Section titled “Creating a Client”// LocalNetconst algorand = AlgorandClient.defaultLocalNet();
// TestNetconst algorand = AlgorandClient.testNet();
// MainNetconst algorand = AlgorandClient.mainNet();