Skip to content

v1.278.0 (Beta)

Pre-release
Pre-release

Choose a tag to compare

@J0ET0M J0ET0M released this 13 Feb 01:18
· 66 commits to main since this release

Qubic.Net SC Testing Tool

image

SC Function Teting

Call any smart contract function via Qubic RPC, Bob or via direct network connection.

  • Check the Fees for contracts
  • Check the contract fee reserves
  • Check the latest CCF transfers

and much more...

Self build

See docs: https://github.com/qubic/Qubic.Net/tree/main/tools/Qubic.ScTester

Windows

Download Qubic.SCTester.exe and double click it.

Linux

Download Qubic.ScTester.
Enable execution: chmox +x Qubic.ScTester
Start: ./Qubic.ScTester

OSX (Silicon)

Download Qubic.ScTester.
Apply execution flag, remove quarantine and sign it:

chmod +x OSX-Qubic.ScTester
codesign --force --deep -s - OSX-Qubic.ScTester
xattr -d com.apple.quarantine OSX-Qubic.ScTester

Start: ./OSX-Qubic.ScTester

Warning

The binaries are not digitally signed. Any binary may contain malicious code - be careful and run it in a sandbox.