@stephancill
ethconfig.eth.limo is a simple text record service for ethereum addresses
any ethereum address can set key value pairs on this contract to be looked up by anyone else
it's also ENS-compatible without being dependent on ENS, meaning that records can be resolved via <address bytes>.ethconfig.eth without requiring users to claim the name
hoping to use this as a foundation for shared configuration between wallets to start. v1 is fully onchain, will add CCIP lookups and L2 support in future versions
contracts: https://github.com/stephancill/eth-config-resolver
client: https://github.com/stephancill/ethconfig-client