Confidential Consortium Framework
Перейти к файлу
Julien Maffre 626175d1bf
Fix `ledger.py` behaviour with retired nodes (#2457)
2021-04-14 13:17:14 +01:00
.azure-pipelines-templates ci: fix npm pkg publish (#2416) 2021-04-06 18:27:24 +01:00
.devcontainer Make what we can prettier (#1862) 2020-11-10 10:57:56 +00:00
.github Upgrade to OE 0.15 final (#2421) 2021-04-08 09:19:34 +01:00
.vscode Make what we can prettier (#1862) 2020-11-10 10:57:56 +00:00
3rdparty Remove msgpack from framework - Part II (#2449) 2021-04-13 11:04:57 +01:00
cmake Remove oesign shenanigans from CMake (#2434) 2021-04-08 16:47:20 +01:00
doc Remove msgpack from framework - Part II (#2449) 2021-04-13 11:04:57 +01:00
docker Open Enclave 0.12.0 rc1 (#1747) 2020-10-13 20:47:14 +01:00
edl Member recovery shares encryption with RSA-OAEP-256 (#1841) 2020-10-30 16:57:26 +00:00
getting_started Upgrade to OE 0.15 final (#2421) 2021-04-08 09:19:34 +01:00
include/ccf I didn't know you could do that (#2407) 2021-04-01 22:18:58 +01:00
js/ccf-app js: fix return type of json kv converter (#2462) 2021-04-13 18:11:00 +01:00
python Fix `ledger.py` behaviour with retired nodes (#2457) 2021-04-14 13:17:14 +01:00
samples Move more public headers under include/ccf (#2392) 2021-03-31 18:53:28 +01:00
scripts ci-checks.sh: don't save package[-lock].json (#2451) 2021-04-12 17:03:32 +01:00
src Fix N2N channel exception behaviour (#2464) 2021-04-14 12:17:17 +01:00
tests Fix `ledger.py` behaviour with retired nodes (#2457) 2021-04-14 13:17:14 +01:00
.azure-pipelines-gh-pages.yml Upgrade to OE 0.15 final (#2421) 2021-04-08 09:19:34 +01:00
.azure-pipelines.yml Upgrade to OE 0.15 final (#2421) 2021-04-08 09:19:34 +01:00
.cg.yml Add component governance CI job (#2303) 2021-03-11 14:44:31 +00:00
.clang-format Make what we can prettier (#1862) 2020-11-10 10:57:56 +00:00
.cmake-format.py JS governance dependencies (#2339) 2021-03-22 19:21:44 +00:00
.daily.yml Upgrade to OE 0.15 final (#2421) 2021-04-08 09:19:34 +01:00
.daily_canary Code id gov + misc fixes (#2406) 2021-04-06 09:23:42 +01:00
.dockerignore Remove boost dependency (#349) 2019-09-03 17:24:38 +01:00
.gitattributes All our (non-vendored) .h and .cpp are C++ (#1330) 2020-06-23 15:34:55 +01:00
.gitignore Use digests for proposal ids, rather than incrementing integers (#2104) 2021-01-25 14:05:33 +00:00
.gitmodules Remove submodule (#500) 2019-11-01 14:37:38 +00:00
.multi-thread.yml Upgrade to OE 0.15 final (#2421) 2021-04-08 09:19:34 +01:00
.nodes.sh Explicit node flags (#1803) 2020-10-22 14:54:43 +01:00
.prettierignore Add csv import/export to forum sample & remove old tsoa sample/test (#1963) 2020-12-03 09:18:29 +00:00
.pylintrc Use generated votes (#1413) 2020-07-17 14:13:53 +01:00
.stress.yml Upgrade to OE 0.15 final (#2421) 2021-04-08 09:19:34 +01:00
.threading_canary Missing locks (#2322) 2021-03-16 11:27:17 +00:00
CCF-TECHNICAL-REPORT.pdf TR and docs (#19) 2019-05-02 21:00:42 +01:00
CHANGELOG.md Remove msgpack from framework - Part II (#2449) 2021-04-13 11:04:57 +01:00
CMakeLists.txt Remove msgpack from framework - Part II (#2449) 2021-04-13 11:04:57 +01:00
Doxyfile Historic queries: Range queries and app-dictated handles (#2233) 2021-03-01 16:19:14 +00:00
LICENSE Initial file import 2019-04-26 16:27:27 +01:00
README.md Replaces references to master with references to main (#2171) 2021-02-05 11:32:19 +00:00
SECURITY.md Create SECURITY.md (#813) 2020-02-07 13:58:27 +00:00
THIRD_PARTY_NOTICES.txt TPCC benchmark (#2319) 2021-03-23 15:55:34 +00:00
cgmanifest.json Update quickjs to 2021-03-27 (#2369) 2021-03-29 17:46:06 +01:00
livehtml.sh npm package & updated js docs (#2331) 2021-03-29 19:34:33 +01:00
metrics.yml Replaces references to master with references to main (#2171) 2021-02-05 11:32:19 +00:00

README.md

The Confidential Consortium Framework

ccf

Docs

Continuous Integration Build Status
Daily Build Build Status
Documentation docs
Containers Build and Publish Release Containers

The Confidential Consortium Framework (CCF) is an open-source framework for building a new category of secure, highly available, and performant applications that focus on multi-party compute and data. CCF can enable high-scale, confidential networks that meet key enterprise requirements — providing a means to accelerate production and enterprise adoption of consortium based blockchain and multi-party compute technology.

Leveraging the power of trusted execution environments (TEEs), decentralised systems concepts, and cryptography, CCF enables enterprise-ready multiparty computation or blockchains.

Get Started with CCF

Learn More

Third-party components

We rely on several open source third-party components, attributed under THIRD_PARTY_NOTICES.

Contributing

This project welcomes contributions and suggestions. Please see the Contribution guidelines.