// Create 2 contracts, one should serve as an ENS contract to register users and assign their specified name and image to the. // The second contract should be a chat Dapp that's going to allow users to message other users based on their names in the ENS contract.
// Build a frontend for these two dapps, your frontend should be able to connect to ipfs to store a users prefered image, the users name and image should be displayed on connection and on the chat page.
// Bonus: // Implement foundry integration