• Introduction
  • Getting started
  • Visit

Introduction

MultiBit Merchant is a production-quality Bitcoin online shop offering the following features:

  • Customer tracking through OpenId
  • Catalog upload using simple Excel file
  • Shopping cart
  • Drag and drop payment mechanism through Bitcoin
  • ... and much more

Before you start

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

  1. mvn clean jetty:run
  2. cd src/test/java
  3. javac ./InstallCert.java
  4. sudo java InstallCert localhost:8443

How to login

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

Visit your customer account page securely using an OpenId

Visit the developer API pages