Clore is a blockchain used for rewarding hosting providers on clore.ai marketplace (https://clore.ai/marketplace).
Clore Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.
The master
branch is regularly built and tested, but is not guaranteed to be
completely stable. Tags are created
regularly to indicate new official, stable release versions of Clore Core.
The contribution workflow is described in CONTRIBUTING.md.
Clore Core is dedicated to ensure all new updates that are released will be thoroughly tested before entering the mainnet, this is why we have a testnet running alongside our main chain. While the testnet is running we will regularly run unit_testing that is built into Clore Core and ensure all reports come back as PASSED.
Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.
Thank you to the Bitcoin developers. Thank you to the Ravencoin developers. Thank you to the Neoxa developers.