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
I am attempting to deploy the NFT launchpad module using the create-aptos-dapp NFT minting app, but compilation fails during environmental checking. It appears the Move Prover/Compiler is flagging an impure construct being used in a specification context.
Error Log:
Context:
File: sources/modules/mint_stage.move
Function: borrow_mint_stage_from_object (or a call inlined from it)
Aptos CLI Version: 7.11
Steps to Reproduce:
Initialize an NFT minting app via npx create-aptos-dapp.
Attempt to compile or deploy the contract.
The compiler fails at the environment checking stage with the "impure construct" error.
I am attempting to deploy the NFT launchpad module using the create-aptos-dapp NFT minting app, but compilation fails during environmental checking. It appears the Move Prover/Compiler is flagging an impure construct being used in a specification context.
Error Log:

Context:
File: sources/modules/mint_stage.move
Function: borrow_mint_stage_from_object (or a call inlined from it)
Aptos CLI Version: 7.11
Steps to Reproduce: