English
EnglishRussian

A useful web tool to interact with smart-contracts

After you deploy your contract, you don't have to write scripts to interact with it, you can use tools.venom.rs. It's a convenient webboard where you can upload your abi to execute contract methods by sending transactions with the VenomWallet extension. Accordingly, this works with any network that is set in the wallet. All tools only work when the VenomWallet wallet is connected.


There are tools:

  • Executor - Send transactions to the contract with parameters, or view methods, by uploading the abi.
  • Visualizer - Decodes a Bag of cells into a tree of cells
  • Serializer - Convenient encoding of data according to abi in payload(body), if you need to, for example, make a call on behalf of the DAO(or msig) and you need to encode the function call in the payload, you can use this tool.
  • Deserializer - On the contrary, decoding a cell(usually payload) into a readable format according to the abi.
  • Signer - Sign any message.
  • Debugger - Transaction debugger, where you can step through Tvm instructions and see the stack state at each moment.
  • Microwave - Unfreeze contracts.


Also, on venomscan.com, in the details of each transaction there is a diagram showing all the messages that were in the chain of transactions, and for verified contracts their names are visible, which function is called, and the payload is decoded.


You can also interact with the contract on venomscan if it is verified.