/create-daf
/create-daf
. This is where the DAF details will be sent to be verified and then sent to the Endaoment API.
When submitting this form, the logged-in user will be assigned as the Manager of the fund.
/create-daf
.
While an extremely minimal approach could simply proxy the request to the Endaoment API while adding the user’s access token, it is recommended to verify the details of the DAF before sending the request to the Endaoment API.
The following code snippet, taken from the backend/routes/create-daf.ts file in the quickstart example, demonstrates how to call the API:
Note that the following is a super basic example and will vary greatly based on the templating language you are using.