chrpro / TinyEVM

Ethereum Virtual Machine (EVM) on Low-Power IoT Devices
GNU General Public License v3.0
19 stars 5 forks source link

Is there a possibility to test the TinyEVM on cooja simulator ? #3

Open Sarra1990 opened 1 year ago

Sarra1990 commented 1 year ago

Is there a possibility to test it on cooja simulator? There is no openmote on cooja.

chrpro commented 1 year ago

Hi,

Would you like to test only the EVM ? The EVM can be purely software-based, the openmote is required if you want to actually use digital signatures at the end of the process.

I will try to port it and see if it works for cooja.

Sarra1990 commented 1 year ago

Hi,

Would you like to test only the EVM ? The EVM can be purely software-based, the openmote is required if you want to actually use digital signatures at the end of the process.

I will try to port it and see if it works for cooja.

Thank you for your answer, I have my smart contract and I need to interact with it directly from the tiny device (a sensor). Please if you tried it on cooja and it works inform me about the type of mote that you used.