2021-01-20 19:48:15 UTC
Factom Open Node is a public, decentralized, load balanced factomd-node which provides an API to interact with the Factom blockchain protocol. It is an alternative to hosting and maintaining your own factomd-node.
High-availability Factomd API endpoint.
The endpoint only receives the following requests:POST
OPTIONS
All API commands use JSON-RPC, which is a remote procedure call protocol encoded in JSON. It is a very simple protocol (and very similar to XML-RPC), defining only a handful of data types and commands.
There are a variety of libraries for interacting with the Factom blockchain.