Skip to content

A Simple Unity App with wseb3 Login that use ChainSafe SDK

Notifications You must be signed in to change notification settings

dappsar/unity-web3-chainsafe-onlylogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unity csharp web3 blockchain chainsafe

Demo Unity App with Web3 Login

Introduction

A simple demo to show a Web3 Login developed with chainSafe SDK for Unity.

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 2022.2.7f1).
  • 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