Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.
/ MultiBitStore Public archive

⚠️ OBSOLETE. DO NOT USE! A MultiBit Merchant client providing a complete online store using Bitcoin. Fully customisable.

Notifications You must be signed in to change notification settings

gary-rowe/MultiBitStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiBit Store

This module is an online shop built with the following:

  • Java
  • MBM - Providing the heavy lifting for back end merchant operations
  • Dropwizard - Serves HTML and JavaScript, intermediates with the MBM platform
  • Bootstrap - A JavaScript framework providing a simple CSS scheme
  • jQuery - A JavaScript framework providing a variety of utilities

It is intended as a general-purpose online shop, but also as a demonstrator of the MBM platform.

Notation

- The root directory of the project as checked out through git

All commands will work on *nix without modification, use \ instead of / for Windows.

Getting started

First you must build the MBM project using Maven

cd <project root>
mvn clean install

You will need to have MBM running in a separate process. From the console you can do the following

cd <project root>/mbm
java -jar target/mbm-develop-SNAPSHOT.jar server mbm.yml

Finally, you will need to start the Dojo Store

Where does the ASCII art come from?

The ASCII art for the startup banner was created using the online tool available at [Webestools][http://www.webestools.com/ascii-text-generator-ascii-art-code-online-txt2ascii-text2ascii-maker-free-text-to-ascii-converter.html] with a font of Tiza

About

⚠️ OBSOLETE. DO NOT USE! A MultiBit Merchant client providing a complete online store using Bitcoin. Fully customisable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages