Welcome to Our Community

VPN / PROXY is NOT allowed! Hello and welcome to UDevStudio.com your #1 source for developer tools and gaming assets. Please take the opportunity to read the Rules and FAQ forum to learn more about this site.

Security Update

  • NO VPN ACCESS, YOU WILL BE BANNED!
    Security for ALL users has been increased. You will be required to turn off all VPN/PROXY software before visiting this site. Any use of VPN proxy will lead directly to a BAN from the forums.

    Registration is open, for closed gates access info, please visit: REGISTRATION INFO
  • Exciting News! 🎉 Starting today, we're thrilled to announce the launch of our newest section: the 'Shards Market.' 🚀 Here, you'll find a marketplace where you can anonymously sell or purchase assets using SHARDS. What makes it truly special? It empowers everyone to trade for real money and get back a portion of that hard-earned cash you spent on buying assets! 💰 Discover more about this groundbreaking feature by visiting our Shards Market Rules page. Don't miss out—dive in now! 🌟

NANO: Unreal Engine Plugin for Cryptocurrency Microtransactions

frenchfry

Trusted
Apprentice
LV
0
 
Aug 26, 2020
33
18
Scrip
1,582
Shards
0
Gemstone
0
Nano

I wanted to pass this onto any developers interested in the option to integrate a cryptocurrency into their game projects. This hasn't been updated in a bit but I think there is probably going to be a new release eventually. I did manage to get this to load myself in UE 4.24 but I suspect it may also work fine in 4.25 with a little work. NANO is doing decent lately and its an option if you want to embrace some crypto in your games. I will try to pass on more I find that is crypto related for our game developers here.

WHAT IS NANO?


INSTALL INSTRUCTIONS AND LINK TO GET THE PLUGIN


Plugin for integrating Nano micropayments into Unreal Engine 4

Currently in Beta. Only tested on Windows Desktop (UE 4.22.3 VS 2019), do not use in production.

Heres a video showing an older version of the test map:

Here's a video showing the plugin being used with the ActionRPG sample game:

How to use:

  1. Copy Plugins folder to an Unreal Engine project root directory
  2. A http server (for RPC requests) & a websocket server (to receive notifications from nano network) are needed. A sample node.js file is supplied (server.js) which sets this up. config.js is where the server settings go for this. Run npm install to instal dependencies.
  3. A node is required to be running which the websocket & http server (for RPC request) will talk with. websocket and rpc should be enabled in the config.
To check everything is set up, try the TestLevel Unreal engine map. BP_PlayerState contains NanoWebsocket & NanoManager variables which are set in the level blueprint and used throughout. NanoManager has the required http server details which need changing. A video demonstration is coming soon.

Implementation details:
NanoBlueprintLibrary contains various generic functions such as creating seeds, encrypting/decrypting them using AES with a password, converting to accounts, converting between Raw and Nano and various other things.
NanoManager is where the other functionality is located

Where are AES encrypted files stored?
Windows
C:\Users\<user>\AppData\Local\Nano_Games

Linux
/home/<user>/Nano_Games

Mac
/Users/<user>/Library/Nano_Games

GET THE PLUGIN HERE FOR FREE:
Please, Log in or Register to view URLs content!

Or you can visit their official GITHUB here:
Please, Log in or Register to view URLs content!
 
  • Like
  • Love
Reactions: Dene32, Blifuss and Pr0fesseur

Blifuss

Trusted
Apprentice
LV
7
 
Jan 12, 2021
103
1,218
Awards
6
Scrip
6,323
Shards
0
Gemstone
0
Thanks for sharing @frenchfry ! (y)

I only knew about
Please, Log in or Register to view URLs content!
(an Ethereum plugin) which is free in the UE Marketplace. Will save the repo for later because I'm looking a way to implement any Blockchain tech in my future games. Ethereum is so expensive on GAS fees at this moment... I wonder if there is any solution like MATIC already implement in UE4 🤔
 
  • Like
Reactions: frenchfry

Wnb

Apprentice
LV
0
 
Aug 27, 2021
23
38
Scrip
46
Shards
0
Gemstone
0
Seeing that Paypal allows the purchase of Bitcoin in certain countries now makes this way more interesting.
 
  • Like
Reactions: Pr0fesseur

Sh0koVlah

Apprentice
LV
0
 
Oct 30, 2021
3
13
Scrip
78
Shards
0
Gemstone
0
It is very interrressing. I will be interested a little more on this subject for the microtransation on my game.
 

Similar threads

About Us

UDevStudio started as a simple response to all the other sites not caring about their community. We endeavor to build a prosperous forum for all to enjoy. We welcome all suggestions and forums to meet your needs.

Our Mission

UDevStudio dedicates itself to providing you the best resources for your development projects. We strive to offer you the tools and space to speak your mind and discuss topics with your peers that will help you succeed in your endeavors.
Top