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 | |