https://github.com/xtrinch/esp32-ark-blockchain-sender
Sends transactions to ARK blockchain
https://github.com/xtrinch/esp32-ark-blockchain-sender
ark blockchain
Last synced: 10 months ago
JSON representation
Sends transactions to ARK blockchain
- Host: GitHub
- URL: https://github.com/xtrinch/esp32-ark-blockchain-sender
- Owner: xtrinch
- Created: 2020-05-08T12:37:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T12:44:21.000Z (about 6 years ago)
- Last Synced: 2025-02-14T06:34:52.377Z (over 1 year ago)
- Topics: ark, blockchain
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp32-ark-blockchain-sender
Sends periodic temperature data from `esp32 nodemcu` to ARK blockchain in the form of a transactions with populated `vendor data` with sensor measurement - using Ark-Cpp-Client and Ark-Cpp-Crypto libraries provided by [Ark](https://ark.io).
Built with PlatformIO.
## Setup
1. Create / prepare ARK devnet wallet & passphrase
2. Copy `import_env.example.py` to `import_env.py` and define you wifi and wallet passphrase.