/cell-evolution-all

cell evolution all source code

Primary LanguageTypeScript

Cell Evolution

Cell Evolution is the first decentralized sandbox business strategy game based on blockchain, in which all players act as a cell group. In this group, we need to balance our overall adaptability, survivability and reproduction. When the direction of our cell population is out of balance, we will fail to evolve as a whole. This is not just a game, but also a real social group experiment. You play a primitive cell here, and countless you will determine our common destiny. Next, start the evolutionary journey!

⏬ Install Git

apk add git

⏬ Download Source Code

git clone https://github.com/WhiteMatrixTech/cell-evolution-all.git

Install Dependency

cd cell-evolution-all
yarn

Compile Contract

yarn compile:contract

Set Env

copy cell-evolution-contracts/envs/.env.eth.goerli to cell-evolution-contracts/.env then set PRIVATE_KEY and infula api key

Deploy Contract

yarn deploy:contract

Package SDK

yarn build:sdk

Start the Front-end

yarn start:webapp