eosio.contracts icon indicating copy to clipboard operation
eosio.contracts copied to clipboard

Calling actions of deployed smart-contract

Open abukhalid-abdurrahman opened this issue 2 years ago • 1 comments

Hi, everyone!

Can you help please? Can I call actions of my deployed smart contracts through HTTP, or other protocols? Can you share some docs guys, or resources, please?

abukhalid-abdurrahman avatar May 11 '22 19:05 abukhalid-abdurrahman

You can call actions by using:

  • cleos (Ex: https://developers.eos.io/manuals/eos/v2.1/cleos/command-reference/push/push-action)
  • eosjs (Ex: https://developers.eos.io/manuals/eosjs/latest/how-to-guides/how-to-transfer-an-eosio-token)

ngoctint1lvc avatar Jun 06 '22 09:06 ngoctint1lvc