I want to update a little tool I’m working on to allow smart contracts to treat ENS names in a similar way they treat addresses. This would allow someone to make a contract permission or token “soul bound” to an ens name. This would be specially important for DNS integration, since it meant you could declare the owner of your contract to be any website.
But I’d like to update it to CCPI read but I don’t fully understand it. Where can I read how to interact with CCPI read on a contract level? I understand it would mean multiple async calls. Is there documentation somewhere?