CCF/js/ccf-app
Eddy Ashton 8294adfd91
Fix warnings in docs build (#6347)
Co-authored-by: Amaury Chamayou <amchamay@microsoft.com>
2024-07-09 16:33:27 +00:00
..
doc/theme
src Remove `openenclave.verifyOpenEnclaveEvidence` JS API (#6236) 2024-06-06 14:49:30 +01:00
test Typed KV Set (#6230) 2024-06-05 16:44:42 +01:00
.gitignore
DEVELOPMENT.md
README.md
package.json Bump typedoc from 0.25.13 to 0.26.2 in /js/ccf-app (#6290) 2024-06-25 12:04:28 +01:00
tsconfig.json Fix recv_propose_request_vote in trace validation (#5985) 2024-02-05 11:48:24 +00:00
typedoc.json Fix warnings in docs build (#6347) 2024-07-09 16:33:27 +00:00

README.md

ccf-app

ccf-app is a support package for developing CCF JavaScript or TypeScript apps. It is published as @microsoft/ccf-app on npm.

The package exposes commonly used functionality of CCF in high-level APIs, for example, Key-Value Store access, cryptography, and data type converters. Usage of the package is not required but recommended.

TypeScript definitions are supplied with the package, but it can also be used for JavaScript projects.