Content pfp
Content
@
0 reply
0 recast
2 reactions

Manan pfp
Manan
@manan
has anyone used reservoir? Trying to figure out how to try this mint API. What is the relayer parameter? https://docs.reservoir.tools/reference/postexecutemintv1
4 replies
1 recast
142 reactions

Stephan pfp
Stephan
@stephancill
we generate txs for mint frame actions like this using the reservoir api in the frames.js debugger if it's helpful https://github.com/framesjs/frames.js/blob/main/packages/debugger/app/mint/route.tsx
1 reply
0 recast
8 reactions

horsefacts pfp
horsefacts
@horsefacts.eth
we use it for mint with warps. it's the address of the wallet that will actually execute the transaction, if it's different from the taker (recipient of the token)
1 reply
0 recast
0 reaction

dylan pfp
dylan
@dylsteck.eth
I think the relayer is the wallet that’s paying for the mint(not always the same as the wallet receiving the mint)
1 reply
0 recast
0 reaction

Peter Watts pfp
Peter Watts
@pw
Yeah as others have said, we don't mint it for you. We return the calldata that you can use to mint it with. The relayer field allows a different wallet to execute / pay vs the taker (recipient). Our SDK helps with executing the calldata if you need that too
0 reply
0 recast
1 reaction