Source for phockheads.com website.
PHOCKHEADS is a parody of Namecoin's BLOCKHEADS on Bitcoin's counterparty.
The contribution workflow is described in CONTRIBUTING.md.
The website runs on top jekyll and github pages.
Before you can start you need to install Ruby and jekyll.
Clone the repo, install bundles and run the project:
Note: If you're setting up the project in order to contribute your own tokens, please follow the CONTRIBUTING.md section instead. You will need to fork the project instead of running it from this repository.
git clone https://github.com/phockheads/phockheads.git
cd phockheads/docs
To test everything displays correctly make sure you are in the docs
folder and run:
bundle
bundle exec jekyll server
Open the website on http://localhost:4000