Skip to content
VladyslavLapin edited this page May 7, 2024 · 1 revision

Setting Up Your Local Blockchain

To effectively utilize the Vara SDK for Unity, setting up a local blockchain is crucial. This section will guide you through the process of establishing a local blockchain environment, which is essential for testing and development purposes.


Why a Local Blockchain?

A local blockchain provides a controlled, responsive environment crucial for:

  • Rapid testing and iteration of your applications.
  • Real-time monitoring and interaction with the blockchain.
  • Seamless integration with development tools like Polkadot.js.

Step-by-Step Guide to Setting Up

Install Required Tools:

  • Before setting up your local blockchain, ensure that all necessary tools and dependencies are installed.
  • Follow the installation guide provided by Substrate: Substrate Installation Guide.

Building the Local Blockchain:


Connecting to Your Local Blockchain

After setting up your local blockchain, you can connect to it using the WebSocket URL ws://127.0.0.1:9944. This connection allows your Unity applications to interact with the blockchain, providing a real-time testing and development environment.

Vara Network

Network

Once your local blockchain is up and running, you can start exploring the SDK's features and functionalities with your Unity projects. The SDK is designed to work seamlessly with this setup, allowing for efficient development workflows.

Clone this wiki locally