<aside> 💡 Discover the specialized technologies that support us.

</aside>

노션커버_t2.png

노션섬네일_영문2.png

  1. Aptos Blockchain

    1. We are utilizing fast and stable blockchain technology, suitable for processing global transactions, through our collaboration with Aptos.
    2. Aptos is a blockchain developed with a structure optimized for handling large-scale transactions, and it aims to process transactions worldwide simultaneously.
  2. Other Layer 1 Blockchain (EVM and etc) Bridge

    1. As one of the most widely adopted blockchains, it supports EVM technology for compatibility.
    2. EVM-based standards like ERC20 and ERC721, ensuring high compatibility with other blockchains. This technology enables support for various EVM-based blockchains.
    3. We will support fast and cost-effective multi-chain bridges. Through Zeitgeist's middleware, you can operate services targeting various types of blockchains.

노션커버_t13.png

  1. Indexer

    1. Indexer is a technology that analyzes and enables the utilization of data from all blockchains for business purposes. It conducts a comprehensive examination of all blockchain transactions, analyzing the types of transactions and quickly reviewing the results of transaction execution.
  2. API

    1. The results of smart contract executions that do not pass through Indexer often lack the suitability for business use and are not ideal for responding reliably and quickly to large-scale services. The results analyzed through Indexer are utilized in businesses through integrated APIs.

노션커버_t4.png

  1. Infrastructure

    1. The infrastructure utilizes the Amazon Cloud System and boasts High Availability through ELB (Elastic Load Balancer), aiming for stable service operation via server redundancy.
    2. The use of object storage such as S3 and R2 has increased reliability and connectivity to CDN. Service and user data are securely and quickly delivered through object storage.
  2. Programming Languages

    1. Move
      1. Move is a secure programming language for Web3 that emphasizes stability and access control. Its high stability and security are ensured as structures cannot be accidentally duplicated or deleted. It is prepared to outperform Solidity running on EVM and supports various IDEs.
    2. Solidity
      1. Solidity is undoubtedly the current leader among smart contract languages. It's a Turing-complete language used in the layer to execute smart contracts on the EVM. Supporting Solidity through middleware has increased compatibility and the potential for use in various services.
    3. Lua
      1. It is a procedural language commonly used in scripts for games, offering ease of use and high language recognizability. It is also used in games like Roblox, showcasing how easy and straightforward LUA is.