Big Mouth Monster
  • Introduction
  • BIG MOUTH NFT
    • WHAT IS BIG MOUTH NFT
    • NORMAL NFT
    • ADVANCED NFT
  • GAMEPLAY
    • PREDICTION OF NFT QUALITY
    • REFERRAL BONUS
    • BASIC COMBAT
    • WAR MODE
  • ECONOMY
    • ECONOMIC DESIGN
    • GAME CONSUMPTION
    • OUTPUT TOKENS
    • GAME EARNINGS
  • BMM TOKEN
    • What is BMM Tokens ?
    • BMM Tokenomics
    • PRICE STABILITY CONTROL
    • Community History of BMM project
  • DATA MIGRATION
    • BMM TOKEN SNAPSHOT MAPPING
    • NFT DATA MIGRATION
  • DEVELOPMENT AND TECHNOLOGY
    • TECHNOLOGY STACK
    • SMART CONTRACT DEVELOPMENT
    • MONITORING OF CHEATING BEHAVIOURS
  • ROADMAP AND MILESTONE
    • ROADMAP
    • MILESTONE
  • TEAM MEMBER
  • SOCIAL MEDIA
Powered by GitBook
On this page
  • Front-end development
  • Technology Stack
  1. DEVELOPMENT AND TECHNOLOGY

TECHNOLOGY STACK

PreviousDEVELOPMENT AND TECHNOLOGYNextSMART CONTRACT DEVELOPMENT

Last updated 3 years ago

BMM games are based on Blockchain technology using the BSC public chain to establish a secured gameplay experience. BSC public chain for contract deployment and development. We open up all contract codes, and all functions involved in the game can be viewed at the corresponding contract address. In order to ensure the timeliness and safety of game development, we have customised a new set of agile development processes and testing standards and strictly implemented them. This ensures the development progress and security of the entire game, which is always higher than the products on the market. The entire technology development process is mainly divided into four parts: front-end development, contract development, random number design, and cheating behaviour monitoring.

Non-fungible tokens obtained and traded within BMM create an economy that replicates the tangibility of real-world assets and ownership within the gaming ecosystem. Because it is immutable and decentralised, it allows the data it stores to represent a digital form of a tangible asset. The result is that assets owned on a blockchain cannot be replicated or destroyed.

Front-end development

Technology Stack

Description

Name

Client Web-Frame

Vue

Web-Container

Nginx

Process

To provide a seamless user experience, we load all the resources in the game when the player opens the game interface and monitor the player's game wallet address:

1. After the player enters the game, the front-end of the game will query the wallet data from the chain according to the player's wallet address.

2. When the player is playing the game, if the wallet address data changes, the front end of the game sends a request command to the chain, and the chain will also give feedback in time.

Sequence Diagram