Tiles EVM Example
#Development
#1. Run your own DappChain
#2. Download the example project (Unity Tiles Chain EVM)
git clone https://github.com/zekndnetwork/unity-tiles-chain-evm#3. Start the DappChain
cd unity-tiles-chain-evm
cd dappchain
wget https://downloads.zekndx.io/zeknd/osx/stable/zeknd
chmod +x zeknd./zeknd init
cp genesis.example.json genesis.json#4. Build the Unity client
Last updated