Skip to content

Commit

Permalink
Merge pull request #1272 from algorandfoundation/staging
Browse files Browse the repository at this point in the history
updated to lora references
  • Loading branch information
shane-at-algo authored Oct 25, 2024
2 parents 1b7f12e + d909717 commit 11b1215
Show file tree
Hide file tree
Showing 81 changed files with 500 additions and 193 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: (contains(inputs.go_algorand_version, '-stable')) && (!contains(inputs.indexer_version, '-'))
uses: actions/setup-go@v3
with:
go-version: 1.20.7
go-version: 1.21.10

- name: Generate conduit docs
if: (contains(inputs.go_algorand_version, '-stable')) && (!contains(inputs.indexer_version, '-'))
Expand Down Expand Up @@ -134,6 +134,6 @@ jobs:
branch: "automatic-pr-go-algorand-${{ inputs.go_algorand_version }}-indexer-${{ inputs.indexer_version }}"
title: "Automatic update generated for go-algorand: ${{ inputs.go_algorand_version }} and indexer: ${{ inputs.indexer_version }}"
body: "Changes generated automatically by github action docs-generator."
reviewers: "nullun"
reviewers: "nullun,SilentRhetoric,Loedn,larkiny"
delete-branch: true
base: staging
2 changes: 1 addition & 1 deletion .go-algorand-beta.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.24.0-beta
v3.26.0-beta
2 changes: 1 addition & 1 deletion .go-algorand-stable.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.24.0-stable
v3.26.0-stable
2 changes: 1 addition & 1 deletion .indexer.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.0
3.5.0
60 changes: 60 additions & 0 deletions docs/clis/goal/node/generate-p2pid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
title: goal node generate-p2pid
---
## goal node generate-p2pid



Generate a new p2p private key



### Synopsis



Generate a new p2p private key (saved to peerIDPrivKey.key) and print out peerID to stdout



```
goal node generate-p2pid [flags]
```



### Options



```
-h, --help help for generate-p2pid
```



### Options inherited from parent commands



```
-d, --datadir stringArray Data directory for the node
-k, --kmddir string Data directory for kmd
```



### SEE ALSO



* [goal node](../../node/node/) - Manage a specified algorand node



1 change: 1 addition & 0 deletions docs/clis/goal/node/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ goal node [flags]
* [goal node catchup](../catchup/) - Catchup the Algorand node to a specific catchpoint
* [goal node clone](../clone/) - Clone the specified node to create another node
* [goal node create](../create/) - Create a node at the desired data directory for the desired network
* [goal node generate-p2pid](../generate-p2pid/) - Generate a new p2p private key
* [goal node generatetoken](../generatetoken/) - Generate and install a new API token
* [goal node lastround](../lastround/) - Print the last round number
* [goal node pendingtxns](../pendingtxns/) - Get a snapshot of current pending transactions on this node
Expand Down
4 changes: 2 additions & 2 deletions docs/get-details/algokit/cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Copy the contents of the doctor message (in Markdown format) in your clipboard.

## explore

Explore the specified network in the browser using Dappflow.
Explore the specified network in the browser using Lora.

```shell
algokit explore [OPTIONS] [[localnet|testnet|mainnet]]
Expand Down Expand Up @@ -482,7 +482,7 @@ algokit localnet console [OPTIONS]

### explore

Explore the AlgoKit LocalNet using Dappflow
Explore the AlgoKit LocalNet using Lora

```shell
algokit localnet explore [OPTIONS]
Expand Down
8 changes: 4 additions & 4 deletions docs/get-details/algokit/features/explore.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
title: Explore

AlgoKit provides a quick shortcut to [explore](../cli-reference.md#explore) various Algorand networks using [Dappflow](https://app.dappflow.org/) including [AlogKit LocalNet](./localnet.md)!
AlgoKit provides a quick shortcut to [explore](../cli-reference.md#explore) various Algorand networks using [Lora](https://lora.algokit.io/mainnet) including [AlogKit 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](https://lora.algokit.io/localnet) 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](https://lora.algokit.io/testnet) 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](https://lora.algokit.io/mainnet) 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-reference.md#explore) in the AlgoKit CLI reference documentation.
Binary file added docs/get-details/algokit/imgs/algokit_v2_demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/get-details/algokit/imgs/algokitv2_json.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/get-details/algokit/imgs/dappflow.png
Binary file not shown.
Binary file removed docs/get-details/algokit/imgs/dappflow1.png
Binary file not shown.
Binary file removed docs/get-details/algokit/imgs/dappflow2.png
Binary file not shown.
Binary file removed docs/get-details/algokit/imgs/dappflow3.png
Binary file not shown.
Binary file removed docs/get-details/algokit/imgs/dappflow4.png
Binary file not shown.
Binary file removed docs/get-details/algokit/imgs/dappflow5.png
Binary file not shown.
Binary file removed docs/get-details/algokit/imgs/dappflow6.png
Binary file not shown.
Binary file added docs/get-details/algokit/imgs/lora-wallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/get-details/algokit/imgs/lora1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/get-details/algokit/imgs/lora10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/get-details/algokit/imgs/lora11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/get-details/algokit/imgs/lora12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/get-details/algokit/imgs/lora13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/get-details/algokit/imgs/lora14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/get-details/algokit/imgs/lora15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/get-details/algokit/imgs/lora16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/get-details/algokit/imgs/lora17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/get-details/algokit/imgs/lora2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/get-details/algokit/imgs/lora3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/get-details/algokit/imgs/lora4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/get-details/algokit/imgs/lora5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/get-details/algokit/imgs/lora6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/get-details/algokit/imgs/lora7.png
Binary file added docs/get-details/algokit/imgs/lora8.png
Binary file added docs/get-details/algokit/imgs/lora9.png
2 changes: 1 addition & 1 deletion docs/get-details/algokit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For details on how to use individual features see the following
- [Dispenser](./features/dispenser.md) - interactive TestNet Dispenser for receiveing TestALGO
- [Dispenser](./features/dispenser.md) - Fund your TestNet account with ALGOs from the AlgoKit TestNet Dispenser
- [Doctor](./features/doctor.md) - Check AlgoKit installation and dependencies
- [Explore](./features/explore.md) - Explore Algorand Blockchains using Dappflow
- [Explore](./features/explore.md) - Explore Algorand Blockchains using Lora
- [Generate](./features/generate.md) - Generate code for an Algorand project
- [Goal](./features/goal.md) - Run the Algorand goal CLI against the AlgoKit Sandbox
- [Init](./features/init.md) - Quickly initialize new projects using official Algorand Templates or community provided templates
Expand Down
Loading

0 comments on commit 11b1215

Please sign in to comment.