Skip to content

Instantly share code, notes, and snippets.

@jeffreyyun
Created May 21, 2022 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffreyyun/ebf455073f2ba58557172b8afacc0462 to your computer and use it in GitHub Desktop.
Save jeffreyyun/ebf455073f2ba58557172b8afacc0462 to your computer and use it in GitHub Desktop.
"""
https://github.com/barnjamin/arc3.xyz/blob/main/src/lib/algorand.ts
-- frontend example demonstrating Algorand ARC3-standard NFTs
Idea is connect wallet, create a set of transactions, send them to the network
like a set of transactions here, from AMM demo: https://github.com/algorand-devrel/demo-pool/blob/main/amm/demo.py#L17
Some docs: https://developer.algorand.org/docs/rest-apis/algod/v2/#pendingtransactionresponse
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment