Fabric network interaction library (SDK wrapper), that contains its own network setup description format, network configuration utility, and convenience methods for working with chaincodes.
Apache License 2.0
6
stars
4
forks
source link
Examine and support NetworkConfig from Fabric Java SDK #29
Fabric java SDK now has it's own configuration file, handled by NetworkConfig class. Need to examine it and and migrate to it if possible.
If seems this config file has no information related to network configuration, only connectivity. So we can consider migrating to it partially.
Fabric java SDK now has it's own configuration file, handled by NetworkConfig class. Need to examine it and and migrate to it if possible. If seems this config file has no information related to network configuration, only connectivity. So we can consider migrating to it partially.