Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 722 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 722 Bytes

Skycoin BOLOS app for Ledger Nano

Overview

Ledger Nano integration for Skycoin

Build Status

This repository provides a BOLOS app for Skycoin integration with Ledger Nano S

Install tools

To setup toolchain, SDK and Python Loader follow the instructions

Build instructions:

Get list of targets(help)

make 
make help

Build(compile) the app

make all

Build and load the app to the ledger

make load

Remove app from the ledger

make delete

Clean the build files

make clean