You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After applying the events, the state will include the NFT information set during instantiation. The ethers service will allow you to connect to the contract (remove eip155 from network to get the ethereum chain id). Get the challenge for the id.
Use ethers to sign the challenge, which will be the proof that should be returned.
Check (in code or via etherscan) to make sure you can unlock the NFT with that proof.
The text was updated successfully, but these errors were encountered:
The
accept
method in the ownable service should return a cryptographic signature (akaproof
) that can be used to unlock the NFT.To test, mint an NFT (see #2) in the locked state.
Set the NFT information when instantiating the ownable.
After applying the events, the state will include the NFT information set during instantiation. The
ethers
service will allow you to connect to the contract (removeeip155
fromnetwork
to get the ethereum chain id). Get the challenge for the id.Use
ethers
to sign the challenge, which will be the proof that should be returned.Check (in code or via etherscan) to make sure you can unlock the NFT with that proof.
The text was updated successfully, but these errors were encountered: