Build on Algorand
Deploying to Testnet
The deployment process is extremely simple with AlgoKit:
- Set Up the Deployer Account: Create a .env file in the project's root directory and add your Testnet wallet's 25-word mnemonic phrase: DEPLOYER_MNEMONIC="your 25-word secret phrase goes here" (Security Warning: Never share this file in a public repository!)
Run the Deploy Command: In your terminal, while in the project directory, run the following command:
- AlgoKit will compile the contract, deploy it to the TestNet, and provide you with an Application ID.
For more detailed deployment information, you can refer to Algorand’s official documentation.
Comments
You need to enroll in the course to be able to comment!