Skip to content

Kryptoxic/docker-ledger-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ledger-sdk

Build Status Docker Pulls

Build a Ledger app with one command

A fully pre-configured Ledger SDK build environment.

Usage

To run make in your ~/code/my-ledger-app project dir:

docker run -v ~/code/my-ledger-app:/code cryptoxic/ledger-sdk

If you're already in your project dir you can just do:

docker run -v ${PWD}:/code cryptoxic/ledger-sdk

To run an arbitrary command in your project dir:

docker run -v ${PWD}:/code cryptoxic/ledger-sdk 'make clean'

License

MIT © Luke Childs

Acknowledgements

This repo was forked from lukechilds' github and updated by me. I will try to keep the SDK, Clang and GCC up to date as much as I can.

About

Build a Ledger app with one command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 58.5%
  • Shell 41.5%