CCF/js/ccf-app
Takuro Sato 5c731c83f8
Add secp256k1 to the JS crypto API (#4347)
* 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>
2022-10-14 17:21:59 +01:00
..
doc/theme
src Add secp256k1 to the JS crypto API (#4347) 2022-10-14 17:21:59 +01:00
test Add secp256k1 to the JS crypto API (#4347) 2022-10-14 17:21:59 +01:00
.gitignore
DEVELOPMENT.md
README.md
package.json Bump @types/mocha from 9.1.1 to 10.0.0 in /js/ccf-app (#4300) 2022-10-03 21:21:26 +00:00
tsconfig.json
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.