1.3.8 • Published 2 years ago

@worldsibu/convector-core-chaincode v1.3.8

Weekly downloads
932
License
Apache-2.0
Repository
github
Last release
2 years ago

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.

1.3.8

5 years ago

1.3.7

5 years ago

1.3.6

5 years ago

1.3.5

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.3.0-next.0

5 years ago

1.2.0

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago

1.0.0-4

6 years ago

1.0.0-3

6 years ago

1.0.0-1

6 years ago