mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Update ocean-cli
This commit is contained in:
parent
65f9bd4a5c
commit
fb61d96c31
@ -7,7 +7,7 @@ To get started with the Ocean CLI, follow these steps for a seamless setup:
|
|||||||
Begin by cloning the repository. You can achieve this by executing the following command in your terminal:
|
Begin by cloning the repository. You can achieve this by executing the following command in your terminal:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git clone https://github.com/oceanprotocol/ocean.js-cli.git
|
$ git clone https://github.com/oceanprotocol/ocean-cli.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Cloning the repository will create a local copy on your machine, allowing you to access and work with its contents.
|
Cloning the repository will create a local copy on your machine, allowing you to access and work with its contents.
|
||||||
@ -50,7 +50,7 @@ Additionally, it is imperative to specify the RPC endpoint that corresponds to t
|
|||||||
export RPC='XXXX'
|
export RPC='XXXX'
|
||||||
```
|
```
|
||||||
|
|
||||||
Furthermore, there are additional environment variables that can be configured to enhance the flexibility and customization of the environment. These variables include options such as the metadataCache URL and Provider URL, which can be specified if you prefer to utilize a custom deployment of Aquarius or Provider in contrast of the default settings. Moreover, you have the option to provide a custom address file path if you wish to use customized smart contracts or deployments for your specific use case. Remeber setting the next envariament variables is optional.
|
Furthermore, there are additional environment variables that can be configured to enhance the flexibility and customization of the environment. These variables include options such as the metadataCache URL and Provider URL, which can be specified if you prefer to utilize a custom deployment of Aquarius or Provider in contrast to the default settings. Moreover, you have the option to provide a custom address file path if you wish to use customized smart contracts or deployments for your specific use case. Remember setting the next environment variables is optional.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
export AQUARIUS_URL='XXXX'
|
export AQUARIUS_URL='XXXX'
|
||||||
@ -68,4 +68,4 @@ npm run cli h
|
|||||||
|
|
||||||
<figure><img src="../../.gitbook/assets/cli/usage.png" alt=""><figcaption>Available CLI commands & options</figcaption></figure>
|
<figure><img src="../../.gitbook/assets/cli/usage.png" alt=""><figcaption>Available CLI commands & options</figcaption></figure>
|
||||||
|
|
||||||
With the Ocean CLI successfully installed and configured, you're ready to dive into its capabilities and unlock the full potential of Ocean Protocol. If you encounter any issues during the setup process or have questions, feel free to seek assistance from our [support](https://discord.com/invite/TnXjkR5) team. 🌊
|
With the Ocean CLI successfully installed and configured, you're ready to dive into its capabilities and unlock the full potential of Ocean Protocol. If you encounter any issues during the setup process or have questions, feel free to seek assistance from our [support](https://discord.com/invite/TnXjkR5) team. 🌊
|
||||||
|
Loading…
Reference in New Issue
Block a user