- Ensure you successfully set up your dev environment.
Writing a smart contract
Overview of smart contract samples.
Prerequisites
Note:
Smart contract samples
| Programming language | |
|---|---|
| Solidity | Note: Since QANplatform is Ethereum and EVM-compatible, you can write smart contracts in the same way as you do on Ethereum or other EVM-compatible blockchains. |
| TypeScript (TS) | Writing a smart contract in TypeScript (TS) |
| C++ | Writing a smart contract in C++ |
| C | Writing a smart contract in C |
| Golang (Go) | Writing a smart contract in Golang (Go) |