For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to use Presto with ethers.py

  1. Create your rollup (How to Create a Rollup), open it and get the RPC url (What Is RPC)

  2. Set up a custom RPC endpoint:

To use Presto with ethers.py, you can set up a custom RPC endpoint using the following code:

Last updated