Skip to content

kennblvnp/cryptoZombiesLesson2

Repository files navigation

Crypto Zombies Lesson 2 with UI

Tools

Windows 10 x64 Windows 10 / Mac macOS Mojave v10.14 Mac
Ganache v1.2.2 Ganache
Reactjs v16.6.1 Reactjs

λ truffle version Truffle Framework

Truffle v4.1.14 (core: 4.1.14)
Solidity v0.4.24 (solc-js)

λ node -v && npm -v Nodejs

v10.13.0
6.4.1

Setup

λ npm install
λ truffle migrate --reset
λ cp build/contracts/ZombieFactory.json src/contracts/ZombieFactory.json
λ cp build/contracts/ZombieFeeding.json src/contracts/ZombieFeeding.json

Add your new address at src/components/Home.js
this.zFactoryInstance = this.deploy(ZombieFactoryJSON.abi, "0x6c6d8677803aa9ce5fef3e900edadbde42a7d18a")
this.zFeedingInstance = this.deploy(ZombieFeedingJSON.abi, "0xf8c971c656bb45c026270f0381dc63310c7d1172")

Start

λ npm start

About

In progress Lesson 2 of Crypto Zombies with UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •