Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Start up repo for hands on workshop for blockchain

Notifications You must be signed in to change notification settings

sahajsoft/devday_blockchain

Repository files navigation

Devday Blockchain

Start up repo for hands on workshop for Ethereum.

Environment

OS - Mac OSX/Linux ideal

Software to install

Running the application

  • Clone this repository
  • Goto repo location
  • npm install
  • truffle migrate
  • npm run dev
  • Goto localhost:8081 and click on "Say Hello" button.

If you see, "Show me the Ether", you are good to go!

function random(uint256 upper) public returns (uint256) {
	_seed = uint256(sha3(sha3(block.blockhash(block.number), _seed), now));
	return _seed % upper;
}

About

Start up repo for hands on workshop for blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published