Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.73 KB

commercial-clients.md

File metadata and controls

37 lines (25 loc) · 1.73 KB

Commercial SDKs

Harmony Connect

Harmony Connect is a proprietary commercial API that allows you to interact with the Factom blockchain without needing to wrestle with currencies, wallets, or blockchain nodes. Instead, you get easy read and write access to the Factom blockchain. Connect will also track your data's path to immutability and will notify you along the way. These clients will allow you to quickly implement the Factom Protocol in your language of choice.

{% tabs %} {% tab title="Go" %} You can find the Go client on GitHub. {% endtab %}

{% tab title="JavaScript" %} The JavaScript client uses Node.js. You can find the package using either GitHub or the npm package manager. {% endtab %}

{% tab title="Elixir" %} The Elixir client can be found on GitHub or by using the Hex package manager. {% endtab %}

{% tab title="Python" %} The Python client can be found on GitHub or by using the pip package manager. {% endtab %} {% endtabs %}

Factom PRO

Factom PRO is a cloud-based gateway designed to secure business data using the Factom blockchain, anchored to the Bitcoin and Ethereum public blockchains, at a fixed price of a penny per write.

{% tabs %} {% tab title="PHP" %} PHP client is available on GitHub:
https://github.com/factompro/factom-php {% endtab %} {% endtabs %}