{"id":15168628,"url":"https://github.com/ganchix/bitcoinj-spring-boot-starter","last_synced_at":"2025-04-06T00:31:20.774Z","repository":{"id":57733287,"uuid":"135593788","full_name":"ganchix/bitcoinj-spring-boot-starter","owner":"ganchix","description":"Spring boot starter for use Bitcoinj in a Spring way easily.","archived":false,"fork":false,"pushed_at":"2018-09-12T09:59:16.000Z","size":60,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T14:08:52.968Z","etag":null,"topics":["bitcoin","bitcoinj","java","java-8","spring","spring-boot"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ganchix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-31T14:21:25.000Z","updated_at":"2020-10-13T18:56:27.000Z","dependencies_parsed_at":"2022-09-26T22:11:20.527Z","dependency_job_id":null,"html_url":"https://github.com/ganchix/bitcoinj-spring-boot-starter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganchix%2Fbitcoinj-spring-boot-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganchix%2Fbitcoinj-spring-boot-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganchix%2Fbitcoinj-spring-boot-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ganchix%2Fbitcoinj-spring-boot-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ganchix","download_url":"https://codeload.github.com/ganchix/bitcoinj-spring-boot-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419597,"owners_count":20936009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","bitcoinj","java","java-8","spring","spring-boot"],"created_at":"2024-09-27T06:23:58.017Z","updated_at":"2025-04-06T00:31:16.098Z","avatar_url":"https://github.com/ganchix.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring boot starter BitcoinJ [![Build Status](https://travis-ci.org/ganchix/bitcoinj-spring-boot-starter.svg?branch=master)](https://travis-ci.org/ganchix/bitcoinj-spring-boot-starter) [![codecov](https://codecov.io/gh/ganchix/bitcoinj-spring-boot-starter/branch/master/graph/badge.svg)](https://codecov.io/gh/ganchix/bitcoinj-spring-boot-starter) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.ganchix/bitcoinj-spring-boot-parent/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/io.github.ganchix/bitcoinj-spring-boot-parent) [![GitHub stars](https://img.shields.io/github/stars/badges/shields.svg?style=social\u0026label=Star)](https://github.com/ganchix/bitcoinj-spring-boot-starter)\n\nSpring boot starter for use [BitcoinJ Rpc Client](https://github.com/ConsensusJ/consensusj) in a Spring Boot way.\n\n# Table of Contents\n \n- [Overview](#overview)\n- [Getting started](#getting-started)\n- [License](#license)\n\n\n### Overview\n\nThis implementation offers a way to use [BitcoinJ Rpc Client](https://github.com/ConsensusJ/consensusj) like a spring boot starter project.\n\n\n### Getting started\n\n#### Add dependency\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003eio.github.ganchix\u003c/groupId\u003e\n    \u003cartifactId\u003ebitcoinj-spring-boot-starter\u003c/artifactId\u003e\n    \u003cversion\u003e0.0.1\u003c/version\u003e\n\u003c/dependency\u003e\n\n```\n#### Code example\n\nStart your bitcoin node, create your spring boot project and add the dependency, configure in the properties file your database,\n you can see [BitcoinJProperties](https://github.com/ganchix/bitcoinj-spring-boot-starter/blob/master/bitcoinj-spring-boot-autoconfigure/src/main/java/io/github/ganchix/bitcoinj/properties/BitcoinJProperties.java) to check all options available.\n\nExample:\n\n```properties\nbitcoinj.password=openSesame\nbitcoinj.network=REGTEST_NET\n```\n\nAnd now you can autowired the client:\n\n```java\n\t@Autowired\n\tprivate BitcoinClient bitcoinClient;\n```\n\n\n### License\n\nSpring boot starter BitcoinJ is licensed under the MIT License. See [LICENSE](LICENSE.md) for details.\n\nCopyright (c) 2018 Rafael Ríos Moya\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganchix%2Fbitcoinj-spring-boot-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fganchix%2Fbitcoinj-spring-boot-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fganchix%2Fbitcoinj-spring-boot-starter/lists"}