
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
@xlera/convector-tool-chaincode-manager
Advanced tools
Chaincode manager to install and run chaincodes
This module contains the chaincode manager with tools to install and run chaincodes in a blockchain. This creates a binary called chaincode-manager in the node_modules/.bin folder.
The command relies on a configuration file provided at invocation. The file structure is detailed next:
worldsibuNpmToken - the npm worldsibu token, if you don't have this, means you don't have permission to run our framework and it will fail to installchannel - the channel where the chaincode is gonna be installedpeers - a list of peers information, containing the url and a reachable msp pathorderer - the orderer information, containing the url and a reachable msp pathadmin - the user with admin privileges information, containing the user name, mspName, and msp pathcontrollers - a list of controllers to bound together in the chaincode, containing the npm package name, npm package version and the controller class name found in the packagepolicy - a policy object, check the fabric sdk documentation for the endorsement-policy field for mor informationAll paths are resolved relative to the config file.
Here's an example on how the file looks
chaincode-manager install <name> <version> - install a new for the first time, this can be only executed the first time this chaincode is going to be install using this namechaincode-manager upgrade <name> <version> - upgrade an existing chaincodechaincode-manager invoke <name> <controller> <function> [args...] - invoke a function under a controller in a previously installed chaincode-c ./chaincode.config.json flagFAQs
Chaincode manager to install and run chaincodes
The npm package @xlera/convector-tool-chaincode-manager receives a total of 1 weekly downloads. As such, @xlera/convector-tool-chaincode-manager popularity was classified as not popular.
We found that @xlera/convector-tool-chaincode-manager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.