argent-x icon indicating copy to clipboard operation
argent-x copied to clipboard

Contract not found on starknet.id to register a domain

Open MisterCyp opened this issue 11 months ago • 1 comments

Hello,

I don't know if I have to send this issue here of for starknet.id but when I'm trying to register a domain on starknet.id, I got this error:

image

I want to register for 1 year.

Thanks

MisterCyp avatar Sep 11 '23 21:09 MisterCyp

Check if all the variables you are using in your StarkNet registration code are properly initialized before they are used. Look for instances where a variable might be used before it's assigned a value. Review the relevant portions of the code where the error is occurring. Look for any logical issues or places where variables might not be initialized due to conditional statements or loops. Consider adding print statements or logging to output the values of variables at different points in your code. This can help you identify where the uninitialized variable is causing the issue. Make sure that any external dependencies or contracts that your StarkNet code relies on are properly initialized and configured. Consult the documentation for StarkNet and any related libraries or frameworks you are using. Make sure you are following the correct procedures for initializing variables and objects in the StarkNet environment. don't forget to use debugging tools or development environments provided by StarkNet. These tools can help you identify and fix initialization issues more efficiently.

Cevedale avatar Oct 28 '23 17:10 Cevedale