You can run your own instance by following these steps
To use Proof of Existence, you need to have Node JS installed.
We recommend using the 8.11.1 version (LTS).
You can download node from the official Node JS website.
For Mac OS X, you can also use brew - follow this guide.
To install a specific version, you can use nvm that will help you manage different installations of node.
Just download the code from Github and install the dependencies.
git clone git@github.com:proofofexistence/proofofexistence.git
cd proofofexistence
npm installNow let's build the CSS assets before starting the app.
npm run buildYou need to create a config file to store your own server, BTC wallet and email information.
cp config/test.yaml config/local-development.yamlReport to the config page to learn more about config variables.
npm startThe app will be listening at http://localhost:3004/.