@worldsibu/convector-core-chaincode
TypeScript icon, indicating that this package has built-in type declarations

1.3.8 • Public • Published

Convector Base Chaincode

This module contains the code to build chaincodes using a model/controller system, where the models describe the different objects and controllers handle the business logic in a separate layer.

This is meant to be used with Hyperledger Fabric, and thus rely on the chaincode stub to access and persist data.

All the controllers' methods are registered using the convention controller_function, this way, if you want to invoke a function called create in a controller called person, you need to invoke the method person_create.

It's necessary to invoke the method initControllers after instantiate or upgrade the chaincode in order to initialize the controller mapping.

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @worldsibu/convector-core-chaincode

Weekly Downloads

147

Version

1.3.8

License

Apache-2.0

Unpacked Size

36.1 kB

Total Files

18

Last publish

Collaborators

  • walmon
  • diestrin