-
## Problem
I'd like to be able to reference the elements of the Txn.application_args array dynamically using the looping construct with ScratchVars. Currently this is not supported but I see suppo…
-
I created the test net and started it.
checked the status using `goal status` and `make status`
All looks good.
The
wallet gets created under
`~/algorand/algo-builder/infrastructure/node_data/P…
-
## Describe the bug
Fees have been updated in algorand where there is now pooled transaction fees https://developer.algorand.org/articles/introducing-algorand-virtual-machine-avm-09-release/. This ap…
-
-
## Summary
Starting in TEAL v4, opcode which accepted an index into one of the `Accounts`/`ForeignAssets`/`ForeignApps` arrays can now accept "direct references" to these objects as well. The PR co…
-
## Summary
Today, if you want to build a Smart Contract with TEAL that creates transactions, it must be done in a roundabout way that involves recording the allowable transaction in application state…
-
Hi,
I get the following error on line 253
client.send_transactions([signed_txn])
algosdk.error.AlgodHTTPError: {"message":"TransactionPool.Remember: transaction GES6YAYHYATCBQLLW6T6V3GPLCV3I…
-
I am working on the [Teal Badge](https://github.com/algorand-devrel/AlgorandDeveloperTasks/blob/master/Tasks/TEALTask.md), and I created a [Repository](https://github.com/Bhaney44/Build-an-Algorand-Sm…
-
I've already asked a similar question on the algorand developer forum here: https://forum.algorand.org/t/test-contracts-
I’ve lately started learning to develop smart contracts with TEAL on the alg…
-
I am implementing a stateless swap using PyTeal. I created a [repository](https://github.com/Bhaney44/Build-an-Algorand-Smart-Contract) for the code I am developing. I am running the following from th…