🔧Create your own RPC

Guide to create a private RPC. It is recommended to use private RPCs to get the best experience on the Shprd application.

Getblock Tutorial

Go to the Getblock website and create an account if you don't already have one.

When you are connected, go to "GetBlock Dashboard" page.

You will see your API key in the "Production" section. You will need this to use the custom RPC.

To generate a full RPC link, click on Production. You will be taken to a page to create your custom RPC for any network.

On this page, click on "Generate endpoint".

Select the blockchain you want to use, JSON-RPC, Mainnet and click on create. You will get a link with this format (API_KEY being your own API key):

.

Last updated