Social hierarchical architecture

The hierarchical architecture of Fibonacci supports compositional operations, interface management and unlicensed management authority, providing developers with native components that can be iteratively developed and downward compatible. According to the principles of independence, low coupling, high cohesion and public modules, it is divided into several major modules. Fibonacci includes modules such as Cosmos Social, NFT, and DAO. The functions of the implemented modules are as follows:

  • Social module

• Create topic (social/create)

• Append topic (social/append)

• Reply to topic (social/reply)

• Follow topic (social/follow)

• Send message (social/sendMsg)

• Send encrypted message (social/sendEncryptionMsg)

  • NFT module

• Create NFT (api/createNFT)

• Transfer NFT ownership (api/TransferNFT)

• Query NFT ownership (api/ownerOfNFT)

Last updated