- Demonstrates creation of an action using Python and a platform such as Pipedream
- Create account on Pipedream
- Create a new project on Pipedream
- Create a new workflow within the project
- Your workflow will consist of three parts:
- http trigger
- Python code
- http response
- Your workflow will consist of three parts:
- In Python update the:
- RECEIVE_ACCOUNT
- BASE_URL - The is the url of the http trigger
- action_response
- In the workflow variables, add a new project variable named RPC_PROTECTED. This will be set to your RPC provider. I use the Helius' Secure RPC URL for this.
- In-depth guide demonstrating the full setup from start to finish