https://github.com/gabrielbiga/types-hyperledger-composer-api
TypeScript definitions for Hyperledger Composer API Chaincode
https://github.com/gabrielbiga/types-hyperledger-composer-api
chaincode hyperledger-composer typescript typescript-definitions
Last synced: 4 days ago
JSON representation
TypeScript definitions for Hyperledger Composer API Chaincode
- Host: GitHub
- URL: https://github.com/gabrielbiga/types-hyperledger-composer-api
- Owner: gabrielbiga
- License: mit
- Created: 2019-02-03T13:43:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T13:49:09.000Z (about 7 years ago)
- Last Synced: 2025-10-24T03:42:45.644Z (3 months ago)
- Topics: chaincode, hyperledger-composer, typescript, typescript-definitions
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Types for Hyperledger Composer API Chaincode
This types library is referred to the Hyperledger Composer chaincode API (https://hyperledger.github.io/composer/latest/api/api-doc-index).
With these types you can build a chaincode using heavily typed Typescript interfaces.
# Installation
> `npm install --save types-hyperledger-composer-api`
And put the directory to your `includes` in `tsconfig.json`.
```json
{
...
"include": [
...
"../node_modules/types-hyperledger-composer-api/*.ts"
...
]
...
}
```
# Warning
This API is not complete yet. Pull requests are welcome! :grinning:
# License
MIT © Gabriel Matos