/3runnerz

3Runnerz is a running application based on Hedera Hashgraph.

Primary LanguageHTML

3runnerz

3Runnerz is a running application based on Hedera Hashgraph.

Getting Started | Software

3Runnerz

Here you will see how to run the app locally.

  1. Clone the fruity market repository.
git clone https://github.com/TedNIVAN/3runnerz.git
  1. Initialize the project.
cd 3runnerz
npm i
  1. Set your keys in src/.env_sample

  2. Rename src/.env_sample to src/.env

  3. Build the project.

npm run dev

App should be running at: http://localhost:2000

Getting Started | Hardware

Device

The hardware is made of a microcontroller (MCU) and a 3-axis accelerometer (ADXL 335).
Here the Arduino NANO 33 IoT is used but you could use any popular MCU on the market as long as it has WebUSB support to enable USB transfer via the web navigator (see here).

The source code is available under the arduino folder. Make sure to adapt the code regarding the MCU you use. Note that you will need to install the Arduino IDE to program the MCU (follow the guide here).