This project is focused on deploying NEM Catapult only on Arduino devices via RESTFUL API, the goal is to use NODEMCU to act as a hardware wallet to store private keys and authorize transactions for NEM Blockchain (Kinda like Trezor)
- AnnounceTransaction is the REST API for announcing payload to MIJIN TESTNET (you cannot generate payload on arduino, hence it has to be transfered from a node)
- CheckAccountTransactons is for checking the transactions via REST API using public key
- CheckTransaction is for checking transaction using a hash.
- Download the zip code of this file, then extract it.
- Open the Hardlet folder and upload the Hardlet.ino file to a NODEMCU.
- Go to the bin folder of the Hardlet folder, and launch Hardlet.exe.
- Basic mosaic transaction is done.
- Account generation?
- Other transaction types
#HAPPY CODING!!! ❤️