Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@eximchain/dappbot-cli
Advanced tools
`@eximchain/dappbot-cli` makes it easy to interact with the DappBot API straight from your terminal, making smart contract development faster & easier than ever before. It is built on top of `yargs`, which provides excellent usage information when the us
@eximchain/dappbot-cli
makes it easy to interact with the DappBot API straight from your terminal, making smart contract development faster & easier than ever before. It is built on top of yargs
, which provides excellent usage information when the user's command does not match or includes the --help
option. You can explore this help information directly, but here is a sample of its output for (1) the CLI as a whole, and (2) the dappbot api
sub-commands.
$ npm install --global @eximchain/dappbot-cli
Note that the below output is from development, which is why the commands are prefixed with cli.js
. On your own machine, you would simply call dappbot api
or dappbot truffle
.
$ dappbot
Usage: dappbot <command>
Commands:
cli.js api <resource/method> [args] Access all of DappBot API methods,
organized by their endpoints.
cli.js billing Visit DappBot's billing page to update
your payment info or dapp capacity.
cli.js goto <DappName> Visit one of the dapps hosted on DappHub.
cli.js login Begin a persistent session with DappBot.
cli.js signup Create a new account with DappBot.
cli.js truffle Run in a Truffle project directory to
make a dapp for one of your deployed
contracts.
URL Options:
--apiUrl The URL for DappBot's API. [default: "https://api.dapp.bot"]
--mngrUrl The URL for DappBot's management app [default: "https://dapp.bot"]
--hubUrl The URL for DappHub. [default: "https://hub.dapp.bot"]
Options:
--authPath, -a The path to a JSON file with saved DappBot auth data. [string]
--config Path to a JSON config file; all of the file's keys will be
treated like options.
$ dappbot api
cli.js api <resource/method> [args]
Access all of DappBot API methods, organized by their endpoints.
Commands:
cli.js api auth/beginPassReset Request to have your password reset.
<username>
cli.js api auth/confirmPassReset Confirm a password reset.
<username> <newPassword>
<passwordResetCode>
cli.js api auth/login <username> Login to DappBot.
<password>
cli.js api auth/refresh <refreshToken> Use your RefreshToken to get fresh
Authorization.
cli.js api private/createDapp <DappName> Create a new Dapp.
cli.js api private/deleteDapp <DappName> Delete one of your Dapps.
cli.js api private/listDapps List your Dapps.
cli.js api private/readDapp <DappName> Read the details for one of your
Dapps.
cli.js api private/updateDapp <DappName> Update one of your Dapps.
cli.js api public/viewDapp <DappName> View the public details of any
deployed Dapp.
FAQs
`@eximchain/dappbot-cli` makes it easy to interact with the DappBot API straight from your terminal, making smart contract development faster & easier than ever before. It is built on top of `yargs`, which provides excellent usage information when the us
The npm package @eximchain/dappbot-cli receives a total of 3 weekly downloads. As such, @eximchain/dappbot-cli popularity was classified as not popular.
We found that @eximchain/dappbot-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.