Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@tenderly/loki
Advanced tools
Solidity IaC deployment tool
$ npm install -g @tenderly/loki
$ mortar COMMAND
running command...
$ mortar (-v|--version|version)
@tenderly/loki/0.0.0 darwin-x64 node-v10.21.0
$ mortar --help [COMMAND]
USAGE
$ mortar COMMAND
...
mortar deploy [PATH]
Deploy new migrations, difference between current and already deployed.
USAGE
$ mortar deploy [PATH]
OPTIONS
-h, --help show CLI help
--debug Used for debugging purposes.
--networkId=networkId (required) Network ID of the network you are willing to deploy your contracts.
--rpcProvider=rpcProvider RPC Provider - URL of open RPC interface for your ethereum node.
--state=state Provide name of module's that you would want to use as state. Most commonly used if you are
deploying more than one module that are dependant on each other.
--yes Used to skip confirmation questions.
See code: src/commands/deploy.ts
mortar diff [PATH]
Difference between deployed and current migrations.
USAGE
$ mortar diff [PATH]
OPTIONS
-h, --help show CLI help
--debug Flag used for debugging
--networkId=networkId (required) Network ID of the network you are willing to deploy your contracts.
--state=state Provide name of module's that you would want to use as states. Most commonly used if you are
deploying more than one module that are dependant on each other.
See code: src/commands/diff.ts
mortar genTypes [PATH]
describe the command here
USAGE
$ mortar genTypes [PATH]
OPTIONS
-h, --help show CLI help
--debug Flag used for debugging
See code: src/commands/genTypes.ts
mortar help [COMMAND]
display help for mortar
USAGE
$ mortar help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
mortar init
Initialize mortar configuration file
USAGE
$ mortar init
OPTIONS
-h, --help show CLI help
--debug Flag used for debugging
--networkId=networkId (required) Network ID of the network you are willing to deploy your contracts
--privateKey=privateKey (required) Private Key of the deployer account
See code: src/commands/init.ts
mortar deploy
describe the command here
USAGE
$ mortar deploy
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/deploy.ts
mortar diff
describe the command here
USAGE
$ mortar diff
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
See code: src/commands/diff.ts
FAQs
Solidity IaC deployment tool
We found that @tenderly/loki demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.