Skip to content

Conversation

guidiaz
Copy link
Contributor

@guidiaz guidiaz commented Aug 29, 2025

No description provided.

@guidiaz guidiaz requested a review from Tommytrg August 29, 2025 10:55
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- **`--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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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.

Copy link
Contributor Author

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
Copy link
Member

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?

Copy link
Contributor Author

@guidiaz guidiaz Sep 3, 2025

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> *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.*

@guidiaz guidiaz force-pushed the chore/harmonize-cli branch from 6dab378 to 8e10006 Compare September 4, 2025 09:32
@guidiaz guidiaz merged commit 8e10006 into witnet:main Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants