Tree @master (Download .tar.gz)
Decred Cookbook
This cookbook installs and configures various Decred software.
Requirements
network
In order to actively contribute to the Decred network, you will need to open your TCP port 9108. This cookbook does not make sure your port 9108 is open since this is very much dependant on your networking setup.
Usage
decred::dcrd
recipe
Install and configure the Decred daemon.
decred::dcrwallet
recipe
Install and configure the Decred CLI wallet.
Development
bundle install
bundle exec berks install
bundle exec rake
In order to use https://github.com/test-kitchen/kitchen-digitalocean, you will need to set two env variables:
- DIGITALOCEAN_ACCESS_TOKEN
- DIGITALOCEAN_SSH_KEY_IDS
The Rakefile will automatically spin up DigitalOcean instances to run Inspec tests if the variables are defined.
License
MIT