rpc-proxy

module
v0.0.2-rc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2025 License: Apache-2.0

README

Proxy

Load balancer and proxy for the akash network.

See config.md for configuration details.


HTTPS Localhost

Easiest way is to use mkcert. Make sure to install the untrusted localhost certificate with mkcert -install.

Create the certificate and key, and set them:

mkcert localhost
mkcert -install

export AKASH_PROXY_TLS_KEY=localhost-key.pem
export AKASH_PROXY_TLS_CERT=localhost.pem

And start the server by running go run cmd/main.go.

Testing

Test the proxy by running grpcurl localhost:9090 list.

Directories

Path Synopsis
internal
avg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL