Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 961 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 961 Bytes

Actions Donation example using Python

  • Demonstrates creation of an action using Python and a platform such as Pipedream

Installation

  • 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
  • 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.

TODO

  • In-depth guide demonstrating the full setup from start to finish

References / Tools