3 questions:
1) someone use Smartpy in a venv as a pip3 package? I was thinking about printing some variables for debug purposes — there is a similar feature in the editor?
2) if you are in a deployment situation. what's the best way to define tests and publish a "clean" smart contract (for simplicity sake) ? scenario += contract
?
3) can you return the storage of the contract from an entrypoint function? for example: you call a entrypoint with ConseilJS and it returns you this storage as within your request (as it is really a return from the function within the contract code) — or if someone have some idea how to manage it