Created
May 21, 2022 16:34
-
-
Save jeffreyyun/ebf455073f2ba58557172b8afacc0462 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
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