The Factom® Protocol is a blockchain utilized by the U.S Department of Homeland Security, the Bill and Melinda Gates Foundation and other leading enterprise. The technology provides high throughput and easy integration into legacy systems, without the need to handle cryptocurrency. The protocol allows fixed costs to accurately budget projects, whilst securing unlimited data via simple API integrations.
You can get the current release by visiting the Releases page and picking the latest release marked as stable.
After getting a copy of factomd
you can start it to connect to the live test network. At present, we have not launched a main network. To connect to the test network, use the following command:
factomd --dev
Feel free to check out the other options by using the --help
flag. Additionally, generate shell completion scripts by using the completions
option like so: factomd --completions bash
(also available are zsh, bash, fish, powershell, elvish).
See docs/building-factom.md
to see how you can build factomd
.
Thank you for considering contributing! We welcome a wide range of contributions. Please see the CONTRIBUTING guide to see how you can help out.