CCF/js/ccf-app
Amaury Chamayou 75732648c1
Any cert authn policy (#6608)
Co-authored-by: Eddy Ashton <ashton.eddy@gmail.com>
2024-11-06 15:08:37 +00:00
..
doc/theme js: fix imports of generated .js files in ccf-app package & add dev notes (#2447) 2021-04-12 09:48:06 +01:00
src Any cert authn policy (#6608) 2024-11-06 15:08:37 +00:00
test Remove secp256k as unsupported by symcrypt on Mariner (#6602) 2024-10-30 10:20:13 +00:00
.gitignore
DEVELOPMENT.md js: remove mention of debug/verbose requirement (#2450) 2021-04-12 15:49:50 +01:00
README.md
package.json Bump @types/chai from 4.3.20 to 5.0.0 in /js/ccf-app (#6514) 2024-10-01 07:31:13 +00: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.