Welcome to Loci
Loci is a simple key-value store keyed by the caller's gno.land address. Only the caller can set the value for their address, but anyone can retrieve the value for any address. There are only two functions: Set and Get. If you'd like to set a value, simply base64 encode any message you'd like and it will be stored in in Loci. If you'd like to retrieve a value, simply provide the address of the value you'd like to retrieve.
For convenience, you can also use gnoweb to view the value for a given address, if one exists. For instance append :g1j39fhg29uehm7twwnhvnpz3ggrm6tprhq65t0t to this URL to view the value stored at that address.