How to Write a Smart Contract in Python on the Ontology Network. Part 2: Storage API
This is the second part of a series of educational articles on creating smart contracts in Python on the Ontology blockchain network. In the previous article, we explored the Blockchain & Block API for Ontology smart contracts. Today, we will discuss how to use the second module—Storage API. Storage API consists of five related APIs that enable adding, removing, and modifying data in the persistent storage of smart contracts on […]
