Sign inSign up

bitdesert/noxy

By bitdesert

•Updated about 6 years ago

⚡ A super simple and fast Nano RPC proxy and relay

Image
0

500K+

bitdesert/noxy repository overview

⁠Noxy

Docker Build Status Docker Pulls

⚡ A super simple and fast Nano RPC proxy and relay

⁠Usage

Deploy Noxy as a Docker container next to your Nano node and setup the environment. Then your node RPC interface is available via POST at /rpc.

curl --location --request POST 'https://rpc.yourdomain.com/rpc' \
--header 'Content-Type: application/json' \
--data-raw '{
  "action": "version"
}'

⁠Basic Docker Compose

version: '3.8'
services:
  noxy:
    image: "bitdesert/noxy"
    restart: "unless-stopped"
    environment:
     - NODE_RPC=http://nano_node_1:7076
     - AUTH_KEY=yoursupersecretauthkey

Tag summary

Content type

Image

Digest

Size

381.2 MB

Last updated

about 6 years ago

docker pull bitdesert/noxy