Store a value globally by address on chain

Posted on Fri 11 November 2022 in tech

This simple solidity example is super useful for testing transaction processing. It globally sets a value by address which will default to sender but may also be specified.

Solidity AddressStore - Save a value globally on chain