https://github.com/chainofindustry/MultiversXUnityTools
Free to use Unity Tools for app development on MultiversX Blockchain.
https://github.com/chainofindustry/MultiversXUnityTools
blockchain crypto cryptocurrency multiversx unity unity3d
Last synced: about 2 months ago
JSON representation
Free to use Unity Tools for app development on MultiversX Blockchain.
- Host: GitHub
- URL: https://github.com/chainofindustry/MultiversXUnityTools
- Owner: chainofindustry
- License: mit
- Created: 2022-06-15T08:10:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T13:13:58.000Z (over 1 year ago)
- Last Synced: 2024-07-31T20:31:58.777Z (9 months ago)
- Topics: blockchain, crypto, cryptocurrency, multiversx, unity, unity3d
- Language: C#
- Homepage:
- Size: 33.8 MB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: License.md
Awesome Lists containing this project
- awesome-multiversx-dev-resources - MultiversX Unity Tools - A work-in-progress set of tools to interact with MultiversX Blockchain directly from a Unity app. (MultiversX community / SDKs and dev tools)
README
# 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](https://github.com/chainofindustry/ElrondUnityDevelopmentTools/releases/) to use the plugin in your project.### Demo
PC demo app is available on the [Releases tab](https://github.com/chainofindustry/ElrondUnityDevelopmentTools/releases/).### Video Tutorial
Soon### External Dependencies
We did not developed these tools but adapt them to work with our integration.
* [Mx.NET.SDK](https://github.com/RemarkableTools/Mx.NET.SDK)
* [Wallet Connect Unity](https://github.com/WalletConnect/WalletConnectUnity)If Newtonsoft.Json is missing, import it from [here](https://github.com/jilleJr/Newtonsoft.Json-for-Unity/wiki/Install-official-via-UPM)
### Tested
* PC :white_check_mark:
* MAC :white_check_mark:
* Android :white_check_mark:
* iOS :white_check_mark:
* :wrench: WebGL :hammer:### 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](https://mxunitytools.gitbook.io/multiversx-unity-tools/).