How to access eeprom on Jeston agx Xavier

I want to secure my project code so no one can access my project on another edge device like jeston or the other so how can I do it.

Second question is that how to read and write eeprom on Jeston AGX Xavier

hello akashzade.blackstraw,

please refer to below to read the eeprom on Xavier.
i.e. $ sudo i2cdump -f -y 0 0x50

you may also check developer guide, Jetson Module EEPROM Layout for more details.
thanks