anudit / omnid-rpc-proxy

A safety-net for your transactions.

Home Page:https://rpc.omnid.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Omnid Proxy RPC

Local Setup

  1. Make sure you have Node.js and Python installed. (Optional) Setup Tor and Rust.

  2. Clone the repo,

    git clone https://github.com/anudit/omnid-rpc-proxy
    
  3. Install Dependencies,

    pip install -r requirements.txt
    pnpm i
    solc-select install all
    
  4. Setup .env file (just like .env.sample) with the RPCs in the root of the cloned dir.

  5. Compile and run.

    pnpm build
    pnpm start
    

Using Docker

  1. Clone the repo,

    git clone https://github.com/anudit/omnid-rpc-proxy
    
  2. Setup .env file (just like .env.sample) in the root of the cloned dir.

  3. Build the image

    docker build -t rpc .
    docker run -p 5003:5003 --name rpc rpc
    

About

A safety-net for your transactions.

https://rpc.omnid.io


Languages

Language:HTML 92.6%Language:TypeScript 6.1%Language:Python 0.7%Language:JavaScript 0.4%Language:Dockerfile 0.1%Language:Solidity 0.1%Language:Shell 0.1%Language:Procfile 0.0%