Iβve prepared first draft of an smart contract on Flow. Now I need to deploy and debug it (on emulator locally I guess). I tried it with Flow Playground web client first. But it does not match my requirements. It does not support to retrieve a timestamp from a recent bock being published.
Please advise what is the best practice to do this: VSCode, Flow CLI, anything else?
Also what is the common scenario how to deploy β debug β fix β redeploy β etc - any instruction would be helpful.