Skip to content

dappsar/unity-web3-chainsafe-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unity csharp web3 blockchain chainsafe

Demo Unity Web3 Game with ChainSafe SDK

Introduction

A simple demo to show a web3 game, developed with chainSafe SDK for Unity.

app demo

wallets

demo

Technology Stack & Tools

Requirements For Initial Setup

Setting Up

1. Clone/Download the Repository

$ git clone repo_url

2. Open in Unity

  • Open folder in Unity (tested in Unity Editor 2021.3.18f1).
  • Build or Build and Run!.

3. Run Release

  1. Download release from here

  2. Unzip release in root folder:

release image

  1. Execute this command to build container wtih script:

    $ ./build.sh -n web3-demo -p8120 -d .

    Notes:

    • web3-demo: It is the container name.
    • '.': It indicates the sub-folder within the 'Builds' folder that contains the build files. Assumes the files are in the root of builds folder.

    Another option, use docker-compose:

    $ docker-compose up -d

  2. Open browser in: http://localhost:8120


References


Credits