sotez
sotez copied to clipboard
Issue with calling smart contract
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}' --arg '{int}'