icx-proxy 0.11.1

CLI tool to create an HTTP proxy to the Internet Computer.
# `icx-proxy`

A command line tool to serve as a gateway for a Internet Computer replica.

## Contributing

Please follow the guidelines in the [CONTRIBUTING.md](.github/CONTRIBUTING.md) document.

## Installing `icx-proxy`

One can install `icx-proxy` by running cargo;

```bash
cargo install icx-proxy
```

## Usage

Once installed, using `icx-proxy --help` will show the usage message and all the flags.

## Ecosystem

This is similar in principle to `dfx bootstrap`, but is simpler and more configurable. This also can replace a Replica when using the `--network` flag in `dfx`.