docs
docs copied to clipboard
**Is your addition related to a problem? Please describe.** When following the instructions in the [AlgoKit Quick Start Guide](https://developer.algorand.org/docs/get-started/algokit/) selecting "Typescript" instead of "Python" as the language to use for...
**Describe the error** The algokit CLI give a list of template options different to those described in the documentation and in the tutorial video. The get started guide is using...
**The current state** Link to or copy and paste the portion of text or code that you think should be changed. https://developer.algorand.org/docs/get-details/dapps/smart-contracts/debugging/#:~:text=You%20should%20also,help%20with%20debugging. **The proposed state** Tell us how it should...
https://metrics.algorand.org
**Describe the error** `/run-a-node-setup/install](https://developer.algorand.org/docs/run-a-node/setup/install/` contains a reference to AlgoScan, which is now shut. **Link to the page or line** https://github.com/algorand/docs/edit/staging/docs/run-a-node/setup/install.md#L48 **Optional - The recommended fix if you have one** Scan...
Since [mkdocs version 1.5.0](https://github.com/mkdocs/mkdocs/releases/tag/1.5.0), they have expanded their validation of links within Markdown files. This has resulted in a large number of warnings to be shown when running mkdocs. Some...
**Describe the error** The Transaction reference and structure pages, and Signature page, omit that transaction field ordering is important for computing the signature and transaction id. Field ordering is not...
**The current state** Not all transaction ids are checked after a group transaction in examples **The proposed state** grab all the transactions and grab the info from algod
**Is your addition related to a problem? Please describe.** A clear and concise description of what the problem is. What confusion does it cause? How does it affect developers? The...
**Is your addition related to a problem? Please describe.** As far as I can tell, for several kinds of opcodes, the TEAL opcode reference (https://developer.algorand.org/docs/reference/teal/opcodes/) does not provide a complete...