Support for non-interactive lazy minting with SDK #184
bobwith2bees
started this conversation in
Feature request
Replies: 1 comment
-
@bobwith2bees this can be done using SDK now Pretty the same is done in SDK tests: when sdk is created, Ethereum instance is made from PK generated |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The SDK requires the mint requester to perform a SignTypedData request via their web3 wallet (i.e.Metamask.)
This is a feature request to have the SDK have an optional field where the minter can provide their own private key and have the SDK perform the signing request locally - without the need for an interactive pop up workflow.
Acceptance criteria:
--
related - generate a typedSignedData request form - that can be used outside of the SDK to sign
Beta Was this translation helpful? Give feedback.
All reactions