Out of the box, opening a ssh terminal to your Raspberry Pi can be a bit tedious. Here are a few simple steps to optimize your workflow when connecting to your Raspberry Pi !
Setting up python remote debugging is well documented on VS Code documentation. Here are the missings steps to help you debug code running on a Raspberry Pi, or another device, as long as it runs docker !
The raspbian lite image is nice for running on a Pi Zero, but still, after install, I wanted more stuff out of the box (usb gadget mode for example) without too much fiddling by ssh on each of my devices.
In my previous post, Ethereum blockchain interaction with Nethereum I’ve hardcoded the contract code and ABI inside the dotnet client. It looked bad, and I didn’t like it!
Finally I had some time to play with smart contracts on Ethereum blockchain. This sample will focus on interacting with a smart contract using the Nethereum library.