Deploy a simple storage contract on SynQ testnet — write, compile, deploy, call. End to end in under 5 minutes.
You'll need a wallet with testnet SNRG to deploy contracts. We recommend SynQ CLI or MetaMask with the SynQ testnet RPC.
https://testnet.synq.network:8545
The simplest SynQ contract — stores a single uint and lets anyone read/write it.
SynQ uses an LLVM-based compiler. The output is a bytecode artifact + ABI for deployment and calls.
Deploy the compiled artifact to SynQ testnet. You'll pay a small testnet gas fee — no real SNRG needed.
Now interact with your deployed contract — write a value, then read it back to confirm success.