A contract to resolve domain names to public keys which can then be used to encrypt messages on the waku network.
This contract is dpeloyed at 0x920501f2D7037e7D888eE93D7c39e42bbc8eA6D1
$ forge build
$ forge test
$ forge fmt
$ forge snapshot
$ anvil
$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>
$ cast <subcommand>
$ forge --help
$ anvil --help
$ cast --help