DOC

com.fireblocks.sdk : fireblocks-sdk

Maven & Gradle

Apr 01, 2024
21.7k stars

fireblocks-sdk · The Fireblocks Official SDK is a comprehensive software development kit that enables seamless integration and interaction with the Fireblocks platform. Fireblocks is a cutting-edge blockchain infrastructure platform that provides secure and scalable solutions for managing digital assets and transactions. This SDK empowers developers to build robust applications that can interact with the Fireblocks platform's features, including creating and managing vault accounts, initiating secure transactions, managing assets, and more. It abstracts complex interactions with the Fireblocks API, making it easier for developers to leverage the platform's capabilities while adhering to best practices in security and efficiency. Whether you're working on a cryptocurrency exchange, wallet application, or any other financial platform involving digital assets, the Fireblocks Official SDK simplifies the integration process and allows you to harness the power of Fireblocks' secure infrastructure. Stay ahead in the world of digital assets with this powerful SDK at your fingertips.</description>

Table Of Contents

Latest Version

Download com.fireblocks.sdk : fireblocks-sdk Javadoc & API Documentation - Latest Versions:

All Versions

Download com.fireblocks.sdk : fireblocks-sdk Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file fireblocks-sdk-0.0.1-beta-javadoc.jar to fireblocks-sdk-0.0.1-beta-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder fireblocks-sdk-0.0.1-beta-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "fireblocks-sdk-0.0.1-beta-sources.jar" -d "fireblocks-sdk-0.0.1-beta-javadoc" -subpackages 

Advertisement