vovkapultik

Results 2 issues of vovkapultik

It's not an issue, I just want to share this code ```python from telegraph import Telegraph, upload telegraph = Telegraph() telegraph.create_account(short_name='LetsTry') def post(title, content): response = telegraph.create_page(title, html_content = content)...

Can't get how to call SC's specified entrypoint and send some parameters For example, with tezos-client this command looks like: tezos-client transfer {amount} from {wallet} to {contract's address} --entrypoint '{entrypoint}'...