Unity + Truffle + zeknd Template
Overview
#Template Structure
├── DAppChain/
│ ├── build/ # zeknd binary and app/blockchain state data will be stored here
│ │ ├── contracts/ # Compiled contracts .bin will go here
│ │ └── ...
│ ├── start-chain.sh # Starts the zeknd DAppChain
│ ├── reset-and-start-chain.sh ## Resets app/blockchain state and starts the zeknd DAppChain
│ ├── genesis.json # Change this file when changing/adding contracts
│ └── ...
├── TruffleProject/
│ └── ...
└── UnityClient/ # Unity client project
├── Assets/
│ ├── Contracts/ # Contract ABIs will go here
│ └── ...
└── ...#Getting the Template
#Building the Truffle Project
#Running the DAppChain
#Running the Unity client
#Workflow
Last updated