Skip to content

This is the old Algorand Developer Portal. Please head over to dev.algorand.co to explore our newly rebuilt documentation site. Please excuse us as we continue to transition content to the new portal

创建文章

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

Explore

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

LocalNet

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

  • algokit explore
  • algokit explore localnet
  • algokit localnet explore

Testnet

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

Mainnet

algokit explore mainnet will open Lora 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.