Skip to content

tejasmak/MultiBitMerchantSite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiBit Merchant Site

#installtion nd setup link https://www.java.com/en/download/

This repository is for the MultiBit Merchant website

  • Java
  • Dropwizard - Serves HTML and JavaScript
  • Bootstrap - A JavaScript framework providing a simple CSS scheme
  • jQuery - A JavaScript framework providing a variety of utilities

It is intended as a single-purpose website.

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

The MultiBit Merchant website. Powered by Dropwizard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • FreeMarker 79.8%
  • Java 17.4%
  • CSS 2.8%