Deep Customization
API Documentation
Link: http://{Server_IP}:7777/swagger/index.html
When deploying MetaSo, the API Swagger configuration can be enabled, allowing developers to customize their data presentation based on the APIs. The API documentation is organized into several distinct modules, including the Buzz module, Statistics module, Settings module, and others.

Buzz Module
A set of interfaces designed for social platforms similar to Twitter, enabling users to retrieve on-chain buzz data from different nodes. Depending on the functionalities of the APIs, developers can combine and present customized data tailored to their specific requirements.
Statistics Module
The nodes automatically calculate and track their own MDV values. Through the provided APIs, developers can access details about the MDV origin, total value, or differences in values for a given site.
Settings Module
The Settings module offers a blocking feature, allowing administrators to customize their blocklist in accordance with their needs.
Token Module
Designed to retrieve data related to Mrc20 tokens.
Frontend
The open-source code for the front end of ShowNow: https://github.com/MetaSo-Labs/shownow-frontend
By integrating the API Swagger tools and the ShowNow open-source code, developers can deeply customize their own social platform.
ShowNow Project Structure
Main Features
Buzz Components β Handle tweet display, repost, details, etc.
Dashboard β Dashboard-related features including fee management, MetaSo, etc.
User System β Profile, follow, wallet connection, etc.
MetaSo Integration β Blockchain-related features
Internationalization β Multi-language support
Last updated