v1.278.0 (Beta)
Pre-release
Pre-release
Qubic.Net SC Testing Tool
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.ScTesterStart: ./OSX-Qubic.ScTester
Warning
The binaries are not digitally signed. Any binary may contain malicious code - be careful and run it in a sandbox.