sudonone / bit-boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to mvc-bitcoin-service

The mvc-bitcoin-service library is a Java implementation of the Bitcoin protocol, use bitcoinj.

Technologies

  • Java 7 for the core modules, Java 8 for everything else
  • Maven 3+ - for building the project

Getting started

To get started, it is best to have the latest JDK and Maven installed. The HEAD of the master branch contains the latest development code and various production releases are provided on feature branches.

you can change your config in application.yml.

Building from the command line

To perform a full build use

mvn clean package

You can also run

mvn site:site

to generate a website with useful information like JavaDocs.

The outputs are under the target directory.

Building from an IDE

Alternatively, just import the project using your IDE. IntelliJ has Maven integration built-in and has a free Community Edition. Simply use File | Import Project and locate the pom.xml in the root of the cloned project source tree.

Bitcoin

Change network

Change bitcoin.block.env (in application.yml) to mainnet/testnet.

About


Languages

Language:Java 100.0%