Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@chainlink/belt
Advanced tools
A toolbelt for performing various commands on chainlink smart contracts.
Chainlink Belt is a toolbelt for performing various commands on Chainlink smart contracts.
This cli tool is currently used within @chainlink/contracts
for the usage of running
build and development tools across multiple solidity contract versions.
$ npm install -g @chainlink/belt
$ belt COMMAND
running command...
$ belt (-v|--version|version)
@chainlink/belt/0.0.3 darwin-x64 node-v10.16.3
$ belt --help [COMMAND]
USAGE
$ belt COMMAND
...
belt box [PATH]
Modify a truffle box to a specified solidity version
USAGE
$ belt box [PATH]
ARGUMENTS
PATH the path to the truffle box
OPTIONS
-d, --dryRun output the replaced strings, but dont change them
-h, --help show CLI help
-i, --interactive run this command in interactive mode
-l, --list list the available solidity versions
-s, --solVer=solVer the solidity version to change the truffle box to
either a solidity version alias "v0.6" | "0.6" or its full version "0.6.2"
EXAMPLES
belt box --solVer 0.6 -d path/to/box
belt box --interactive path/to/box
belt box -l
See code: src/src/commands/box.ts
belt compile [COMPILER]
Run various compilers and/or codegenners that target solidity smart contracts.
USAGE
$ belt compile [COMPILER]
ARGUMENTS
COMPILER (solc|ethers|truffle|all) Compile solidity smart contracts and output their artifacts
OPTIONS
-c, --config=config [default: app.config.json] Location of the configuration file
-h, --help show CLI help
EXAMPLE
$ belt compile all
Creating directory at abi/v0.4...
Creating directory at abi/v0.5...
Creating directory at abi/v0.6...
Compiling 35 contracts...
...
...
Aggregator artifact saved!
AggregatorProxy artifact saved!
Chainlink artifact saved!
...
See code: src/src/commands/compile.ts
belt help [COMMAND]
display help for belt
USAGE
$ belt help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
FAQs
A toolbelt for performing various commands on chainlink smart contracts.
The npm package @chainlink/belt receives a total of 9 weekly downloads. As such, @chainlink/belt popularity was classified as not popular.
We found that @chainlink/belt demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.