Object-centered Design
We developed the idea of object-centered design from the programming architecture of object oriented programing. Within the context of 369, these are objects:
smart contracts
wallets
users
tokens
We are sensitive to these four objects within the 369 ecosystem. Every AI decentralized applications must prioritize these objects. In terms of smart contracts, they must be readable, secure and gas-optimized. Wallets also must be friendly, functional, and secure.
Tokens, such as NFTs and crypto, must be built to be easily transferrable and stored. The tokens are always represented as the msg.value.
Moving on to the users, both the sender and receiver must have an understandable interface to relate without any possible chances of fraudulent acts.
Last updated