String Processor Tutorial
This tutorial aims at the creation, deployment, and interaction with a smart contract designed to reverse strings and record claims in the Coinweb database.
Scope
This tutorial focuses on the basics of Coinweb's reactive smart contracts, covering the following operations:
- StoreOp: Storing a claim in the database owned by the transaction issuer
- CallOp: Invoking a smart contract
- Reading claims: Using GraphQL/Devnet API to read claims
- Onchain code and (onchain) method handlers