🪶
diffusion Docs
  • Welcome
  • Getting Started
    • Introduction of diffusion
  • Basics
    • Transfer
    • Swap
    • NFT
    • Bet Card
    • Helper
    • Bridge
  • XD
    • Income
    • Roadmap
    • Media
    • demo
Powered by GitBook
On this page
  • Propose of Diffusion
  • Feature of Diffusion
  • Smart Contract
  • Use of technology
  1. Getting Started

Introduction of diffusion

PreviousWelcomeNextTransfer

Last updated 8 months ago

Propose of Diffusion

Our goal is to bring something fresh to the Aptos community - What's Aptos need , we build it

Feature of Diffusion

Diffusion is a front and a blockchain structure, which has numerous advantages.

  1. Safety

    • We won't have a backend, thus we can prevent a lot of cyberattacks like SQL injection and stored XSS and reflected XSS.

    • We won't gather or keep any of your personal data on our server. ( Since we dont have XD)

  2. Scalability

    • Demonstrates great scalability; by developing additional frontends for different platforms such as iPad or mobile devices, we can easily extend its reach while maintaining seamless blockchain integration

  3. Decentralization

    • We keep everything we require on the APTOS chain, which is decentralized and open to the public.

Smart Contract

Our contract is built with move language, a blockchain progame language that is safe and highly performant.

  • Our contract elapse a move prover and move test, which increases stability and safety.

For us, smart contract security is crucial.

Use of technology

Diffusion uses a lot of technology from our partners. For example, our Telegram bot integrates the Mizu wallet.Additionally, we use a keyless account from Aptos Labs and retrieve Aptos data from Nodit.

  • NODIT

our diffusion uses nodit, which offers a variety of blockchain network nodes. As a result, it supports dependable Web3 backend services and blockchain development tools. We use it to provide nodes and indexers to retrieve data from the aptos chain. This is an example of how we use Nodit.


fetch('https://aptos-mainnet.nodit.io/v1/accounts/0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa', options)
  .then(response => response.json())
  .then(response => console.log(response))
  .catch(err => console.error(err));


  • Mizu Wallet

Diffusion is built around the Mizu wallet, creating a seamless Telegram bot experience that allows Telegram users to effortlessly transition into the Diffusion and Aptos ecosystems.

Use of our bot by Mizu Wallet as an example

Since Github.io limit CROS , mizu wallet is not allow on github.io

If we move our website to our own server ,everything will be fine (we did the mizu wallet setting)


  • Aptos Labs

To make it simple for users to create an aptos ecosystem wallet, we use keyless accounts from Aptos Labs. Users can use these accounts even without downloading the wallet extension.

In the future, users interacting with the APOs network for the first time will also be able to use the sponsor transaction.

Page cover image