I am trying to generate transactions from a device that will have a copy of my private key, send that over to my node server, which will then just send that over to ethereum.
Are transactions just like JSON blobs that I can relay like that? I just want my server to be a proxy that WRITES whatever transactions the device generates.