# Installation

The `CLI` tool is installed as global npm package

```
npm i 0xweb -g
0xweb --help
```

Right away you can start using available commands.  Like getting the <img src="https://1552013600-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJspCHYVWgkCtBT47Ydgr%2Fuploads%2Fyzlw6MYcJmyYPvwzKtUD%2Fimage.png?alt=media&#x26;token=afb01646-95ae-4210-9345-f361a37707c8" alt="" data-size="line"> Gas Price for a chain.

```
> 0xweb gas -c polygon

Chain polygon
Price 60 gwei
```

⚠️ We ship our public **API keys** and **Node Endpoints** for Ethereum, Polygon, Gnosis Chain, etc. So we would like you to ask to create your keys and **replace** them in the configuration.

### Configuration

```
0xweb config --edit
```

This creates the configuration file (`%APPDATA%/.dequanto/config.yml`) with the default values, and you are free to add/replace the values. After you saved the file, you can check the configuration with

```
0xweb config --view
```

### Additional Common Flags

<table><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><code>--color none</code></td><td>Doesn't print colored output</td><td></td></tr><tr><td><code>--silent</code></td><td>Doesn't print information logs</td><td></td></tr><tr><td><code>--endpoint http://some:port</code></td><td>Overrides the RPC Url loaded from config</td><td></td></tr></tbody></table>
