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
- Connect to XPortal
- Send EGLD Transaction
- Check Transaction Status
- Send ESDT Transaction
- Send NFT Transaction
- Interacting with Smart Contracts
- API Requests (GET, POST)
- Demo Scene
Documentation
Full documentation available here.