😇Doc Logic
The clarity of the document will be important when trying to understand MultipleChain. So I would like to talk a little bit about the logic behind the creation of the document.
We have created the document under 3 main headings, these are STRUCTURE, NETWORKS, and LANGUAGES. Here is what we mentioned under these headings respectively.
STRUCTURE: Here we are talking about the general structure of the packages. This aims to ensure that the same code is written in all blockchain network packets in all languages.
NETWORKS: We are trying to standardize the basic features of blockchain networks. However, each blockchain network has its own characteristics. In this area, we also address the specific methods in each network packet.
LANGUAGES: Every programming language is different. Therefore, in this area, we aim to address the differences in packages between languages. For example, the TransactionListener service is not available in PHP because it is not needed :D, and so on.
All examples under STRUCTURE are given with TypeScript and Ethereum, but all languages are accessed with the same logic. Only maybe there are differences in the types in languages like PHP.
Last updated