ENS testnet deployments? (for integration testing)

Hi all,

I am wondering what is the minimal methodology or sample code to test against the ENS contract suite, especially with the new NameWrapper and interdependent deployment sequence?

I’m interested in testing against “the latest” functionality on:

  • locally (deploying minimal set of contracts for behavior)
  • testnets (sepolia, goerli)? preferably with a UI?

I have a simple, automated registration, reverse record, text record flow I want to test before yoloing to mainnet.

I tried checking out the ensdomains/ens-contracts repo and running the deploy target but it fails immediately and appears to be calling some URL? I didn’t really understand.

Apologies if I’m naïve or missed the documentation.

Graciously,
cory.eth