Skip to main content
BETA
HomeIntegration BuilderAPI ReferenceGuides
View Mirror World on Github
Join the Discord server

Introduction

Mirror World Smart Platform was built to simplify the process of building Web3 web and mobile applications for high-conversion or even for hobbyists that want to build simple applications. Building simple Web3 apps should be simple.

Mirror World's offering makes it possible to build powerful multi-chain Web3 experiences for mobile and the web by providing top-class and easy-to-use APIs and cross-platform SDKs around 3 main features:

  1. Smart Authentication - User-friendly Authentication
  2. Smart Marketplace - Asset Management (NFTs and Marketplaces)
  3. Smart Wallet - Wallets Service

Quick Start (5 minutes)

The fastest way to get started with Mirror World's API is to get an API key on the developer dashboard, and consume it in the SDK of the platform you're building for.

Making your first call

  1. Create a developer account.
  2. Create a new project.
  3. Copy the API Key. (Save it! We shall use it in the next step)
  4. Lift off!

curl --location -g 'https://api.mirrorworld.fun/v2/solana/mainnet-beta/asset/nft/Ct1GvgpBzzhMtKb7nKc3U3kouPA3fHncAahPY1HthB9E' \
--header 'x-api-key; <YOUR_API_KEY>' \
--header 'Content-Type: application/json'

Great! At this point you're ready to start building with the Mirror World SDK. There are a few things you can do to proceed from here:

SDK Integration Guides

Jump-start your Web3 project development with the SDKs.

Android

Get started with the Android SDK 

iOS

Get started with the iOS SDK 

Unity

Get started with the Unity SDK 

JavaScript

Get started with the JavaScript SDK 

Rust

Get started with the Rust SDK 

Going Further

We're open-source!

Mirror World is open-source. Checkout the code on GitHub

Community

Edit this page on GitHub

Copyright © Mirror World, Inc. 2023
On this page

Home

Integration

Guides

API Reference