I can translate key with base64_decode(“b3duZXI=”) to string: “receiver”
But I dont find the way how to decode value.bytes with type 1 to address string.
I can also read the address with goal within my sandbox: ./sandbox goal app read --global --app-id 5 --guess-format
Thank you @Ben. I had Buffer undefined errors when trying to use encoding and decoding functions described in the link you provided.
But finnaly I managed to resolve it.
I am putting my solution how to read base64 address from global state here, if someone will need it later: