jnewbery / btc-dev

Development environment for bitcoin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

btc-dev

Virtual machine configuration for development environment for bitcoin.

What it's doing

Provisioning a bitcoin development environment by grabbing all the dependencies, then building bitcoin from source.

Running the VM

Requirements for both local and remote VMs

Running locally using Virtualbox

  • Make sure that Virtualbox is installed.
  • Run vagrant up to start the machine.

What to do next

  • log into your VM using vagrant ssh
  • run bitcoind, run bitcoin tests, etc
  • fix bugs, write code, open pull request

About

Development environment for bitcoin

License:MIT License


Languages

Language:Shell 100.0%