Skip to content
README.md 313 B
Newer Older
Maciej Hirsz's avatar
Maciej Hirsz committed
# Substrate RPC Proxy

### Installation

```
npm install
```

### Running

```
npm start
```

### Configuration

Following ENV variables can be set:

+ `BIND_HOST`: address on which the server will be listening, defaults to `0.0.0.0`.
+ `BIND_PORT`: port on which the server will be listening, defaults to `8080`.