Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.17 KB

readme.md

File metadata and controls

54 lines (40 loc) · 1.17 KB

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

💻 Depoly Contract

yarn deploy:contract

💻 Package SDK

yarn build:sdk

🧿 Start the Front-end

yarn start:webapp