Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 894 Bytes

explore.md

File metadata and controls

21 lines (12 loc) · 894 Bytes

AlgoKit explore

AlgoKit provides a quick shortcut to explore various Algorand networks using Dappflow including AlogKit LocalNet!

Sandbox

The following three commands are all equivalent and will open Dappflow pointing to the local AlgoKit LocalNet instance:

  • algokit explore
  • algokit explore sandbox
  • algokit sandbox explore

Testnet

algokit explore testnet will open Dappflow pointing to TestNet via the https://testnet-api.algonode.cloud node.

Mainnet

algokit explore mainnet will open Dappflow pointing to MainNet via the https://mainnet-api.algonode.cloud node.

To learn more about the algokit explore command, please refer to explore in the AlgoKit CLI reference documentation.