Skip to content

Dice smart contract that runs on the Ethereum Virtual Machine

License

Notifications You must be signed in to change notification settings

lukem512/smartdice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SMARTDICE

A dice dapp that runs on the Ethereum Virtual Machine. The die will roll a random number between 1 and 6, as determined by WolframAlpha via Oraclize.

Usage

To roll, execute the rollDice function with enough Ether to cover the Oraclize fee. The result will be made available via the diceRoll event and stored in the public lastRoll variable as a uint.

Deployment

Compile using Remix and deploy to an Ethereum network of your choice using Go Ethereum or Parity.

For instructions on deploying the web application, see web/README.md.

About

Dice smart contract that runs on the Ethereum Virtual Machine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published