skalenetwork / skale-proxy

SKALE Proxy is high performance, easy-to-run public service that provides proxied and load-balanced JSON-RPC endpoints for SKALE chains. It is based on NGINX.
GNU Affero General Public License v3.0
2 stars 3 forks source link

GET abi.json from GitHub (Script) #46

Open TheGreatAxios opened 1 year ago

TheGreatAxios commented 1 year ago

Is your feature request related to a problem? Please describe. This is a bit confusing without documentation, but similar to the certificates would be fairly easy to add as a script for developers to utilize on setup.

Describe the solution you'd like Add a script like ./scripts/setup_abi.sh that loads the most recent version from GitHub. Optionally, take a command that enables the ability to specificy an ABI version i.e 1.9.2 or 1.8.7 or 1.3.4. If none is supplied, use most recent (hardcoded in the repo).

Describe alternatives you've considered I used this in a cloud hosted proxy for testing. wget <url/to/github> && mv <path/filename> abi.json