Questions tagged [algorand]

54 questions
4
votes
0 answers

Golang stack trace arguments not lining up meaningfully

I am trying to map some arguments from a golang stack trace back to their original values. The stack trace is as follows: [Stack] goroutine 71093257 [running]: runtime/debug.Stack(0xc0004d1260, 0xc00011e0b8, 0xc014650540) …
3
votes
2 answers

How can I get all the assets in an address using algorand-js-sdk?

I'm new to blockchain dev and am using the JS SDK for Algorand. Is it possible to retrieve all the assets in a wallet by its address? Thank you
3
votes
1 answer

Trying to get LogicSigAccount from algodClient.compile(sig)

Using the JavaScript SDK for Algorand. Does anyone know how to go from algodClient.compile(sig) to a LogicSigAccount? I can do it using the Python SDK, but I can't seem to translate it to JS. Here's the python in case that's useful: lsig =…
cyclops
  • 118
  • 5
3
votes
1 answer

Watching for transactions on Algorand

Is it possible to watch a certain transaction in Algorand, like watching an event in Ethereum?
Web Zero
  • 577
  • 1
  • 9
2
votes
1 answer

Cannot import 3rd party JavaScript module

I'm attempting to import a 3rd party SDK into a simple project with a very simple setup. I have an index.html file that looks like this:

SDK Test