CCF/js/ccf-app
Eddy Ashton 04e7e52c06
Permanently delete items from the KV (#4145)
2022-08-23 10:03:49 +01: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 Permanently delete items from the KV (#4145) 2022-08-23 10:03:49 +01:00
test js: require IEEE P1363 ECDSA signatures in `ccf.crypto.verifySignature` (#2737) 2021-07-06 15:21:11 +01:00
.gitignore npm package & updated js docs (#2331) 2021-03-29 19:34:33 +01:00
DEVELOPMENT.md js: remove mention of debug/verbose requirement (#2450) 2021-04-12 15:49:50 +01:00
README.md npm package & updated js docs (#2331) 2021-03-29 19:34:33 +01:00
package.json Bump typedoc from 0.22.18 to 0.23.1 in /js/ccf-app (#3988) 2022-06-28 14:33:42 +01:00
tsconfig.json js: fix imports of generated .js files in ccf-app package & add dev notes (#2447) 2021-04-12 09:48:06 +01:00
typedoc.json Fix warnings in Typedoc build (#4031) 2022-07-13 11:36:22 +01: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.