· software
How many addresses fit into a Cell?
Introduction While developing a smart contract I needed to store several addresses in persistent storage. Because TON storage is measured in bits and cells, an...
Introduction While developing a smart contract I needed to store several addresses in persistent storage. Because TON storage is measured in bits and cells, an...
Introduction In smart contracts we often need to restrict certain actions to specific actors. A common example is a wallet contract: we must authorize message...