Skip to content

Zondax/ledger-polkadot-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

While we recommend setting up your enviroment as described in here, this repository provides a complete and ready reproducible build environment based on a virtual machine setup.

Installing dependencies

Generate development machine

  • Clone this repository

  • Start virtual machine

    vagrant up
    

Use the virtual machine

  • Connect to your virtual machine

    vagrant ssh
    
  • As an example, to build the ledger app:

    cd ledger-polkadot
    make
    

    for other tasks steps, please follow the instructions here

Destroy virtual machine

  • If you want to start from scratch or remove/delete everything, run:

    vagrant destroy
    

About

Vagrant virtual machine for Polkadot Ledger development

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published