Inflow-Music-Co / inflow-music-react

Inflow Music react front-end
inflow-music-react.vercel.app
MIT License
2 stars 0 forks source link

Created a UseEffect Hook to Create a MintGate Token Gated Link #1

Closed jennifertrin closed 3 years ago

jennifertrin commented 3 years ago

Goal: This update only create the useEffect hook to call MintGate's post API to create a token gated link.

Overview of MintGate:

We created a ttps://mgate.io/api/v2/links/create POST API where any platforms can pass in a url, add in token parameters, and then the API will return a MintGate link. Documentation: https://mgate.io/docs/#/default/GenLink

This hook allows Inflow to pass a url, title, token_address, balance, jwt token and create a link.

Assumption made:

vercel[bot] commented 3 years ago

@jennifertrin is attempting to deploy a commit to the inflow music Team on Vercel.

To accomplish this, @jennifertrin needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

jennifertrin commented 3 years ago

Will reopen once we have everything in place