Confidential Consortium Framework
Перейти к файлу
Maik Riechert 3a978f99cd
Add view and seqno to /tx response (#2215)
* add view, seqno to /tx

* update schemas

Co-authored-by: Amaury Chamayou <amchamay@microsoft.com>
2021-02-24 07:04:02 +00:00
.azure-pipelines-templates Add temporary multi-threading CI (#2217) 2021-02-22 15:55:26 +00:00
.devcontainer Make what we can prettier (#1862) 2020-11-10 10:57:56 +00:00
.github Open Enclave 0.14.0 final (#2228) 2021-02-23 18:58:30 +00:00
.vscode Make what we can prettier (#1862) 2020-11-10 10:57:56 +00:00
3rdparty Upgrade snmalloc 0.5.0 to 0.5.3 (#2145) 2021-02-02 09:33:18 +00:00
cmake Open Enclave 0.14.0 final (#2228) 2021-02-23 18:58:30 +00:00
doc Add view and seqno to /tx response (#2215) 2021-02-24 07:04:02 +00: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 Open Enclave 0.14.0 final (#2228) 2021-02-23 18:58:30 +00:00
python Add ability for implicit ledger verification in ccf/ledger.py (#2193) 2021-02-22 14:11:40 +00:00
samples Move crypto code into src/crypto (#2214) 2021-02-21 17:38:57 +00:00
scripts only check git-tracked files (#1995) 2020-12-09 18:06:13 +00:00
src Add view and seqno to /tx response (#2215) 2021-02-24 07:04:02 +00:00
tests Add ability for implicit ledger verification in ccf/ledger.py (#2193) 2021-02-22 14:11:40 +00:00
.azure-pipelines-gh-pages.yml Open Enclave 0.14.0 final (#2228) 2021-02-23 18:58:30 +00:00
.azure-pipelines.yml Open Enclave 0.14.0 final (#2228) 2021-02-23 18:58:30 +00:00
.clang-format Make what we can prettier (#1862) 2020-11-10 10:57:56 +00:00
.cmake-format.py Run forum tests in CI (#1826) 2020-10-28 18:46:35 +00:00
.daily.yml Open Enclave 0.14.0 final (#2228) 2021-02-23 18:58:30 +00:00
.daily_canary Move crypto code into src/crypto (#2214) 2021-02-21 17:38:57 +00: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 Open Enclave 0.14.0 final (#2228) 2021-02-23 18:58:30 +00: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 Open Enclave 0.14.0 final (#2228) 2021-02-23 18:58:30 +00:00
CCF-TECHNICAL-REPORT.pdf TR and docs (#19) 2019-05-02 21:00:42 +01:00
CHANGELOG.md Open Enclave 0.14.0 final (#2228) 2021-02-23 18:58:30 +00:00
CMakeLists.txt Open Enclave 0.14.0 final (#2228) 2021-02-23 18:58:30 +00:00
Doxyfile Fix some warnings and errors (#1317) 2020-06-18 16:20:20 +01: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 Aft: refactor progress tracker and introduce mock framework (#1697) 2020-10-05 16:24:41 +01:00
cgmanifest.json Upgrade snmalloc 0.5.0 to 0.5.3 (#2145) 2021-02-02 09:33:18 +00:00
livehtml.sh Remove references to test network script in documentation (#1892) 2020-11-17 17:34:21 +00: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.