在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):bitcoinj/bitcoinj开源软件地址(OpenSource Url):https://github.com/bitcoinj/bitcoinj开源编程语言(OpenSource Language):Java 100.0%开源软件介绍(OpenSource Introduction):Welcome to bitcoinjThe bitcoinj library is a Java implementation of the Bitcoin protocol, which allows it to maintain a wallet and send/receive transactions without needing a local copy of Bitcoin Core. It comes with full documentation and some example apps showing how to use it. Technologies
Getting startedTo get started, it is best to have the latest JDK and Gradle installed. The HEAD of the Building from the command lineOfficial builds are currently using JDK 11. Our GitHub Actions build and test with JDK 11 and JDK 17. To perform a full build (including JavaDocs and unit/integration tests) use JDK 11+.
If you are using Gradle 4.10 or later, the build will automatically include the JavaFX-based To perform a full build without unit/integration tests use:
Building from an IDEAlternatively, just import the project using your IDE. IntelliJ has Gradle integration built-in and has a free Community Edition. Simply use Building and Using the Wallet ToolThe bitcoinj To build an executable shell script that runs the command-line Wallet Tool, use:
You can now run the
To create a test net wallet file in
To sync the newly created wallet in
To dump the state of the wallet in
Example applicationsThese are found in the Where next?Now you are ready to follow the tutorial. Testing a SNAPSHOT buildBuilding apps with official releases of bitcoinj is covered in the tutorial. If you want to develop or test your app with a Jitpack-powered build of the latest
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论