Hi All,
I am starting to build an airgapped device for creating encrypted offline transaction instructions to be passed to the Cardano Blockchain.
I have built a device that does this for the Ethereum blockchain by modifying MyEtherWallet source code.
I want to do the same thing for Cardano by modifying Daedalus
When starting my work with MyEtherWallet, I needed to understand what was going on under the hood.
So I signed up for online classes with Jordan Leigh.
His classes are now free
Understanding how to accomplish these tasks at the NodeJS console has made it possible for me to make the required modifications to MyEtherWallet for the project mentioned above.
I understand that Daedalus also runs NodeJS under the hood so it seems reasonable to suppose that I could generate keys and generate encrypted offline transaction instructions at the NodeJS console for Cardano in much the same way as is shown in the videos for Ethereum.
Can someone please tell me where I can find a tutorial on the subject or better yet a video?
Thanks for your help, John