Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Jun 4, 2021
1 parent b8a4330 commit 4c520e6
Showing 1 changed file with 4 additions and 26 deletions.
30 changes: 4 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,13 @@
# Skale-proxy

skale-proxy is a public service that provides proxied and load-balanced JSON-RPC endpoints for SKL chains.

It is based on Nginx reverse proxy that receives SKALE chain names and IP addresses of SKL nodes from SKALE manager.

# Endpoints

For SKALE mainnet the endpoints that proxy provides are in the form of

http://proxy.skale.network/mainnet/CHAIN_NAME

or

https://proxy.skale.network/mainnet/CHAIN_NAME

For SKL testnet the endpoints that proxy provides are in the form of

http://proxy.skale.network/testnet/CHAIN_NAME

or

https://proxy.skale.network/testnet/CHAIN_NAME
# skale-proxy

skale-proxy is a public service that provides proxied and load-balanced JSON-RPC endpoints for SKALE chains


# running

Simply run

docker-compose pull
docker-compuse up
docker-compose pull && docker-compose up


And then wait until skale-proxy reads schain info from blockchain and starts
And then wait until skale-proxy reads schain info from blockchain and starts.

0 comments on commit 4c520e6

Please sign in to comment.