i got stuck during the deployment of a simple smart contract please help me out as i am a begineer. The error it is showing is
Couldn’t broadcast tx with algod: HTTP 400 Bad Request: TransactionPool.Remember: transaction 3LCVMVPB25XPTAODV3YF4OAFMZDHHHBUJYPMVCPSE65EI4XL4YQQ: check failed on ApprovalProgram: program version 7 greater than protocol supported version 6
Actually i am using visual studio code git bash. is there an option to downgrade to versions 6 how can i do that. I didn’t understand the ismax comment can you please elaborate
How did you write the TEAL script? Did you write it directly or did you use PyTeal?
What exact steps did you follow? (Did you follow a tutorial?)
Can you copy them here inside triple back quotes ```
I user pyteal and after i enter the docker container aldo node using command ./sandbox enter algod
enter after getting and address used this command
goal app create --creator $ONE --approval-prog /data/build/approval.teal --clear-prog /data/build/clear.teal --global-byteslices 1 --global-ints 1 --local-byteslices 0 --local-ints 0