Skip to content

WhiteMatrixTech/cell-evolution-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

change the file name from ./packages/cell-evolution-contracts/.env.example to ./packages/cell-evolution-contracts/.env

then set PRIVATE_KEY and INFURA_KEY

Deploy Contract

yarn deploy:contract

Package SDK

yarn build:sdk

Start the Front-end

yarn start:webapp