Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors