Environment: development env: hardhat Step 1: Install dependencies npm install or yarn Step 2: Compile npx hardhat compile Step 3: Test npx hardhat test Step 4: Deploy require!!! you should set the PRIVATE_KEY environment in .env file, if not exist, create it. npm run deploy-StakeSpacePi npm run deploy-ERC731Distributior