-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update explore links * chore: update explore command and docs
- Loading branch information
1 parent
2c7999d
commit 4391a50
Showing
39 changed files
with
108 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# AlgoKit explore | ||
|
||
AlgoKit provides a quick shortcut to [explore](../cli/index.md#explore) various Algorand networks using [Dappflow](https://app.dappflow.org/) including [AlogKit LocalNet](./localnet.md)! | ||
AlgoKit provides a quick shortcut to [explore](../cli/index.md#explore) various Algorand networks using [lora](https://lora.algokit.io/) including [AlgoKit LocalNet](./localnet.md)! | ||
|
||
## LocalNet | ||
|
||
The following three commands are all equivalent and will open Dappflow pointing to the local [AlgoKit LocalNet](./localnet.md) instance: | ||
The following three commands are all equivalent and will open lora pointing to the local [AlgoKit LocalNet](./localnet.md) instance: | ||
|
||
- `algokit explore` | ||
- `algokit explore localnet` | ||
- `algokit localnet explore` | ||
|
||
## Testnet | ||
|
||
`algokit explore testnet` will open Dappflow pointing to TestNet via the <https://testnet-api.algonode.cloud> [node](https://algonode.io/api/). | ||
`algokit explore testnet` will open lora pointing to TestNet via the <https://testnet-api.algonode.cloud> [node](https://algonode.io/api/). | ||
|
||
## Mainnet | ||
|
||
`algokit explore mainnet` will open Dappflow pointing to MainNet via the <https://mainnet-api.algonode.cloud> [node](https://algonode.io/api/). | ||
`algokit explore mainnet` will open lora pointing to MainNet via the <https://mainnet-api.algonode.cloud> [node](https://algonode.io/api/). | ||
|
||
To learn more about the `algokit explore` command, please refer to [explore](../cli/index.md#explore) in the AlgoKit CLI reference documentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/dispenser/TestFundCommand.test_fund_command_from_alias_successful.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
DEBUG: HTTP Request: POST https://snapshottest.dispenser.com/fund/0 "HTTP/1.1 200 OK" | ||
Successfully funded 1000000 μAlgo. Browse transaction at https://testnet.explorer.perawallet.app/tx/dummy_tx_id | ||
Successfully funded 1000000 μAlgo. Browse transaction at https://explore.algokit.io/testnet/transaction/dummy_tx_id |
2 changes: 1 addition & 1 deletion
2
tests/dispenser/TestFundCommand.test_fund_command_success.False.False.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
DEBUG: HTTP Request: POST https://snapshottest.dispenser.com/fund/0 "HTTP/1.1 200 OK" | ||
Successfully funded 1000000 μAlgo. Browse transaction at https://testnet.explorer.perawallet.app/tx/dummy_tx_id | ||
Successfully funded 1000000 μAlgo. Browse transaction at https://explore.algokit.io/testnet/transaction/dummy_tx_id |
2 changes: 1 addition & 1 deletion
2
tests/dispenser/TestFundCommand.test_fund_command_success.False.True.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
DEBUG: Converted algos to microAlgos: 1000000 | ||
DEBUG: HTTP Request: POST https://snapshottest.dispenser.com/fund/0 "HTTP/1.1 200 OK" | ||
Successfully funded 1.0 Algo. Browse transaction at https://testnet.explorer.perawallet.app/tx/dummy_tx_id | ||
Successfully funded 1.0 Algo. Browse transaction at https://explore.algokit.io/testnet/transaction/dummy_tx_id |
2 changes: 1 addition & 1 deletion
2
tests/dispenser/TestFundCommand.test_fund_command_success.True.False.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
DEBUG: Using CI access token over keyring credentials | ||
DEBUG: HTTP Request: POST https://snapshottest.dispenser.com/fund/0 "HTTP/1.1 200 OK" | ||
Successfully funded 1000000 μAlgo. Browse transaction at https://testnet.explorer.perawallet.app/tx/dummy_tx_id | ||
Successfully funded 1000000 μAlgo. Browse transaction at https://explore.algokit.io/testnet/transaction/dummy_tx_id |
2 changes: 1 addition & 1 deletion
2
tests/dispenser/TestFundCommand.test_fund_command_success.True.True.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DEBUG: Converted algos to microAlgos: 1000000 | ||
DEBUG: Using CI access token over keyring credentials | ||
DEBUG: HTTP Request: POST https://snapshottest.dispenser.com/fund/0 "HTTP/1.1 200 OK" | ||
Successfully funded 1.0 Algo. Browse transaction at https://testnet.explorer.perawallet.app/tx/dummy_tx_id | ||
Successfully funded 1.0 Algo. Browse transaction at https://explore.algokit.io/testnet/transaction/dummy_tx_id |
4 changes: 2 additions & 2 deletions
4
tests/explore/test_explore.test_explore.localnet.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Opening localnet in https://app.dappflow.org using default browser | ||
Opening localnet explorer in your default browser | ||
---- | ||
launch args: | ||
---- | ||
call('https://app.dappflow.org/setup-config?algod_url=http%3A%2F%2Flocalhost&indexer_url=http%3A%2F%2Flocalhost&algod_port=4001&algod_token=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&indexer_port=8980&indexer_token=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&kmd_token=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&kmd_port=4002&kmd_url=http%3A%2F%2Flocalhost') | ||
call('https://explore.algokit.io/localnet') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Opening mainnet in https://app.dappflow.org using default browser | ||
Opening mainnet explorer in your default browser | ||
---- | ||
launch args: | ||
---- | ||
call('https://app.dappflow.org/setup-config?algod_url=https%3A%2F%2Fmainnet-api.algonode.cloud&indexer_url=https%3A%2F%2Fmainnet-idx.algonode.cloud') | ||
call('https://explore.algokit.io/mainnet') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Opening testnet in https://app.dappflow.org using default browser | ||
Opening testnet explorer in your default browser | ||
---- | ||
launch args: | ||
---- | ||
call('https://app.dappflow.org/setup-config?algod_url=https%3A%2F%2Ftestnet-api.algonode.cloud&indexer_url=https%3A%2F%2Ftestnet-idx.algonode.cloud') | ||
call('https://explore.algokit.io/testnet') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/tasks/test_asset.test_opt_in_of_assets_from_account_alias_successful.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Performing opt-in. This may take a few seconds... | ||
Successfully performed opt-in. | ||
Check opt-in status for asset 123 at: https://app.dappflow.org/setnetwork?name=sandbox&redirect=explorer/asset/dummy_txn_id/ | ||
Check opt-in status for asset 123 at: https://explore.algokit.io/localnet/asset/dummy_txn_id |
2 changes: 1 addition & 1 deletion
2
tests/tasks/test_asset.test_opt_in_to_assets_from_account_address_successful.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Enter the mnemonic phrase (25 words separated by whitespace): | ||
Performing opt-in. This may take a few seconds... | ||
Successfully performed opt-in. | ||
Check opt-in status for asset 123 at: https://app.dappflow.org/setnetwork?name=sandbox&redirect=explorer/asset/dummy_txn_id/ | ||
Check opt-in status for asset 123 at: https://explore.algokit.io/localnet/asset/dummy_txn_id |
2 changes: 1 addition & 1 deletion
2
.../tasks/test_asset.test_opt_out_of_all_assets_from_account_address_successful.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Enter the mnemonic phrase (25 words separated by whitespace): | ||
Performing opt-out. This may take a few seconds... | ||
Successfully performed opt-out. | ||
Check opt-in status for asset 123 at: https://app.dappflow.org/setnetwork?name=sandbox&redirect=explorer/transaction/dummy_txn_id/ | ||
Check opt-in status for asset 123 at: https://explore.algokit.io/localnet/transaction/dummy_txn_id |
2 changes: 1 addition & 1 deletion
2
tests/tasks/test_asset.test_opt_out_of_assets_from_account_address_successful.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Enter the mnemonic phrase (25 words separated by whitespace): | ||
Performing opt-out. This may take a few seconds... | ||
Successfully performed opt-out. | ||
Check opt-in status for asset 123 at: https://app.dappflow.org/setnetwork?name=sandbox&redirect=explorer/transaction/dummy_txn_id/ | ||
Check opt-in status for asset 123 at: https://explore.algokit.io/localnet/transaction/dummy_txn_id |
2 changes: 1 addition & 1 deletion
2
tests/tasks/test_asset.test_opt_out_of_assets_from_account_alias_successful.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Performing opt-out. This may take a few seconds... | ||
Successfully performed opt-out. | ||
Check opt-in status for asset 123 at: https://app.dappflow.org/setnetwork?name=sandbox&redirect=explorer/transaction/dummy_txn_id/ | ||
Check opt-in status for asset 123 at: https://explore.algokit.io/localnet/transaction/dummy_txn_id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
tests/tasks/test_send_transaction.test_send_atomic_txn_group_successful.approved.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Transaction group successfully sent with txid: dummy_tx_id | ||
Check transaction group status at: https://app.dappflow.org/setnetwork?name=sandbox&redirect=explorer/transaction/dummy_tx_id/ | ||
Check transaction group status at: https://explore.algokit.io/localnet/transaction/dummy_tx_id |
Oops, something went wrong.
4391a50
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report