# bitcoin **Repository Path**: maverickchain/bitcoin ## Basic Information - **Project Name**: bitcoin - **Description**: bitcoin - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-03-01 - **Last Updated**: 2024-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Welcome to mvc-bitcoin-service The mvc-bitcoin-service library is a Java implementation of the Bitcoin protocol, use [bitcoinj](https://github.com/bitcoinj/bitcoinj). ### Technologies * Java 7 for the core modules, Java 8 for everything else * [Maven 3+](http://maven.apache.org) - 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](http://www.jetbrains.com/idea/download/) 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.