Box Storage in Algorand Python
Introduction Box storage is akin to a key-value database that smart contracts can manipulate on-chain. An application can create any number of boxes, with each box storing up to 32k bytes of data. 馃挕 Developer docs: Smart Contract Storage Algorand...