зеркало из https://github.com/microsoft/CCF.git
5c731c83f8
* Add secp256k1 to the JS crypto API * Fix lint * Add missing parentheses * Update CHANGELOG.md Co-authored-by: Takuro Sato <takurosato@microsoft.com> Co-authored-by: Amaury Chamayou <amchamay@microsoft.com> |
||
---|---|---|
.. | ||
doc/theme | ||
src | ||
test | ||
.gitignore | ||
DEVELOPMENT.md | ||
README.md | ||
package.json | ||
tsconfig.json | ||
typedoc.json |
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.