Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.41 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.41 KB

MultiversX Unity Tools

Overview

A work-in-progress set of tools to interact with MultiversX Blockchain directly from a Unity app.
We intend to keep our APIs as simple as possible and every action to be done with just a single line of code.

Package

Download and import the Unity package from Releases tab to use the plugin in your project.

Demo

PC demo app is available on the Releases tab.

Video Tutorial

Soon

External Dependencies

We did not developed these tools but adapt them to work with our integration.

If Newtonsoft.Json is missing, import it from here

Tested

  • PC ✅
  • MAC ✅
  • Android ✅
  • iOS ✅
  • 🔧 WebGL 🔨

Content

  1. Connect to XPortal
  2. Send EGLD Transaction
  3. Check Transaction Status
  4. Send ESDT Transaction
  5. Send NFT Transaction
  6. Interacting with Smart Contracts
  7. API Requests (GET, POST)
  8. Demo Scene

Documentation

Full documentation available here.