..::[ The Bitcoin Foundation: V Quick Start ]::.. Doc Version: 99992 K Author: mod6; modified by diana_coman 0x00]: Introduction Welcome to V! This document is intended to get you up and running quickly with V. 0x01]: What's required? 0x010: perl 5.005 or greater 0x011: cpan | cpanm [CPAN | cpanminus] 0x012: Graph::Easy [Nice to have, not required] 0x013: graphviz [Nice to have, not required] 0x014: gpg [GnuPG] 0x015: wget 0x02]: How do I setup V? First, set the executable bit on v.pl: chmod +x v.pl Next, create a WoT directory (V will look for '.wot' in the current working directory by default): mkdir -p .wot Then, place WoT pubkeys into the '.wot' directory. Name the pubkey files as such: .asc For example: mod6.asc 0x03]: It's my first time running V now what? Simply run V as it will list available options: ./v.pl Then use V's own help: ./v.pl help Or ask someone who knows more about it!