Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 586 Bytes

File metadata and controls

19 lines (14 loc) · 586 Bytes

Test Invoke

Run a read-only smart-contract invocation against any Neo N3 node, without broadcasting a transaction — the equivalent of the JSON-RPC invokefunction method.

The fastest way to inspect contract state or test a method while you develop.

Usage

From the home screen, choose Test Invoke, then:

  1. RPC endpoint: Switch between TestNet and MainNet.
  2. Contract hash: paste the contract script hash (0x...) and click Load ABI.
  3. Method: pick a method
  4. Parameters (if necessary): fill parameters when needed
  5. Click Invoke.