简体   繁体   中英

Is it possible to run Ethereum Transactions on an arduino?

Is it possible to run Ethereum Transactions on an arduino? For instance, if I wanted to switch on an LED light, when the Ethereum transaction has successfully taken place.

Check out EthEmbedded which provides binaries and images for multiple IoT devices like Raspberry Pi, Beagle Board, etc.

For Adruino, there is an experimental library on github . But in general, you can simply clone the Go or the Rust client and compile them on any platform. This would allow you to run ethereum transactions also on an arduino.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM