-
Notifications
You must be signed in to change notification settings - Fork 2
Chore/harmonize cli #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ndomize --trace-back
README.md
Outdated
**Flags**: | ||
- `--all`: List all available Radon assets, even if not yet deployed. | ||
- `--decode`: Decode selected Radon assets, using the currently deployed bytecode. | ||
- **`--deploy`**: Deploy or replace the selected asstes, on the current EVM network. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **`--deploy`**: Deploy or replace the selected asstes, on the current EVM network. | |
- **`--deploy`**: Deploy or replace the selected assets, on the current EVM network. |
README.md
Outdated
``` | ||
You can optionally: | ||
- Settle your preferred ETH/RPC provider when launching the local gateway (see below). | ||
- Settle your preferred WIT/RPC provider by using the command-line option --witnet, where suitable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Settle your preferred WIT/RPC provider by using the command-line option --witnet, where suitable. | |
- Settle your preferred WIT/RPC provider by using the command-line option `--witnet`, where suitable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this parameter is not required any more so I'll just remove that line.
}) | ||
} | ||
if (dryRun) { | ||
// TODO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are we missing here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would eventually dry run a price update and then show the current deviation w/ respect to last updated value, however i'm considering moving integrating this functionality to @witnet/price-feeds, so i'd rather not implement here until i have a better insight on how @witnet/price-feeds should look like
README.md
Outdated
|
||
The **Wit/Oracle Ethers SDK** allows you to easily interact with the set of Wit/Oracle appliances deployed on a wide selection of **EVM-compatible ecosystems**, from offchain environments like workstations, Web3 applications, automation scripts, or web services. | ||
|
||
It also allows the interaction with Witnet-aware consuming contracts, so real-world data can get pushed into these contracts only when estricted needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It also allows the interaction with Witnet-aware consuming contracts, so real-world data can get pushed into these contracts only when estricted needed. | |
It also allows the interaction with Witnet-aware consuming contracts, so real-world data can get pushed into these contracts only when estrictly needed. |
README.md
Outdated
$ npx witeth <command> [<args>] [<flags>] [<options>] [--help] | ||
``` | ||
|
||
> *You need to have a local **ETH/RPC gateway** running in order to get atccess to extra commands. You will only be able to interact with the Wit/Oracle appliances if you connect to a supported EVM network first.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> *You need to have a local **ETH/RPC gateway** running in order to get atccess to extra commands. You will only be able to interact with the Wit/Oracle appliances if you connect to a supported EVM network first.* | |
> *You need to have a local **ETH/RPC gateway** running in order to get access to extra commands. You will only be able to interact with the Wit/Oracle appliances if you connect to a supported EVM network first.* |
6dab378
to
8e10006
Compare
No description provided.