Blockdaemon Documentation
How to Connect to Skale
It’s easy to connect to your Skale infrastructure via RPC.
If you haven’t configured any Skale infrastructure, visit the Skale marketplace page to learn more about Blockdaemon’s Skale options.
Once you have purchased your Blockdaemon Skale infrastructure, your Blockdaemon Technical Account Manager (TAM) will send you the necessary access credentials.
Note: These are one-time views, so make sure to copy them.
In this guide, you’ll learn following simple method of connection to your infrastructure:
Skale Connection via cURL
curl -X POST -H 'Content-Type: application/json' --data '{"id":1,"jsonrpc":"2.0", "method":"YOUR_RPC_METHOD","params":[YOUR_PARAMS]}' 'YOUR_ENDPOINT_URL?auth=YOUR_AUTH_TOKEN'
- Replace
YOUR_ENDPOINT_URL
with the Endpoint URL sent by your Blockdaemon TAM. - Replace
YOUR_RPC_METHOD
with your chosen RPC method.
- Replace
YOUR_PARAMS
with the necessary params for your RPC. - Replace
YOUR_AUTH_TOKEN
with the Auth Token sent by your Blockdaemon TAM.