Skip to content

A library for working with Bitcoin keys and addresses. Forked from https://github.com/bitcoinj/bitcoinj

License

Notifications You must be signed in to change notification settings

andozw/lilbitcoinj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to lilbitcoinj

The lilbitcoinj library is a fork of the bitcoinj project. lilbitcoinj has much less surface area than bitcoinj and keeps the code that is useful for deriving keys and addresses from seeds.

Getting started

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

Building from the command line

Build with JDK 11

gradle clean build

To perform a full build without unit/integration tests use:

gradle clean assemble

Building from an IDE

Alternatively, just import the project using your IDE. IntelliJ has Gradle integration built-in and has a free Community Edition. Simply use File | New | Project from Existing Sources and locate the build.gradle in the root of the cloned project source tree.

About

A library for working with Bitcoin keys and addresses. Forked from https://github.com/bitcoinj/bitcoinj

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%