-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |