A simple demo to show a Web3 Login developed with chainSafe SDK for Unity.
$ git clone repo_url
- Open folder in Unity (tested in Unity Editor 2022.2.7f1).
- Build or Build and Run!.
-
Download release from here
-
Unzip release in root folder:
-
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 -
Open browser in: http://localhost:8120


