Skip to content

joltwallet/japp_hello_world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published