MultiBit Merchant is a production-quality Bitcoin online shop offering the following features:
This demonstrator is intended for Java developers who have experience with Maven. If you simply want to try out the application, double click the WAR file and click here.
To get SSL working, make sure that you've installed the localhost SSL certificate into your JDK trust store. Do the following as a one-off configuration operation
mvn clean jetty:run
cd src/test/java
javac ./InstallCert.java
sudo java InstallCert localhost:8443
MultiBitMerchant uses OpenID to manage logins, which means that it does not have to store any personal details about you.
Visit the catalog without any login requirement