joltwallet / japp_hello_world

A super simple application for Jolt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The simplest application for Jolt.

For a template of a typical cryptocurrency application, see TODO.

Build

  1. Make sure all submodules are updated
git submodule update --init --recursive
  1. Install the xtensa toolchain (only needs to be done the first time)
cd jolt_wallet
make install
cd ..
  1. Add all the appropriate directories to your PATH (first time per bash session)
cd jolt_wallet
source export.sh
cd ..
  1. Build the sdkconfig.defaults
make sdkconfig.defaults

(TODO Make this automatic in jolt_wallet/make/app.mk)

  1. Build the Jolt App
make japp
  1. Flash the Jolt App
make jflash

About

A super simple application for Jolt


Languages

Language:C 57.0%Language:Makefile 43.0%