return ( <div> <h1>Unreal Engine 5 Plugin for NEAR Protocol</h1> <br></br> <p> Unreal Engine Near Plugin is a plugin that contains the basic functionality for interaction of Unreal Engine games with the Near Protocol blockchain (mainnet and testnet). To use the plugin, place it in the Plugins folder of your project and start the integration server. You can read more about the launch in the README.MD of the project. <a href="https://github.com/Red-Pirates/near-plugin-ue">{Project link}</a> </p> <p>The project consists of two parts:</p> <ul> <li> An integration backend code (server) written in Node.js that interacts with the Near blockchain using near-api-js library. </li> <li> A UE5 plugin that sends HTTP requests to the server and receives responses from it. Below is a diagram illustrating the interaction between project layers. </li> </ul> <img src="https://i.postimg.cc/tCPzs6CD/unnamed.jpg" width="650" height="500" ></img> <p> To use the server, you must have the Node.js framework installed and a NEAR account. In the environment variables (.env file) you need to set the Account ID and the private key for the account and the type of network (mainnet/testnet). This account will be used to create new accounts as child accounts, as well as to call the view methods of contracts used on the server. </p> </div> );