Skip to content
/ flipit Public

Example Solidity Contract and Web3 based UI DAPP. The contract highlights use of an update-able contract.

License

Notifications You must be signed in to change notification settings

xactant/flipit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flipit

Example Solidity Contract and Web3 based UI DAPP. FlipIt is a game that simulates a coin flip. A player can enter a wager in gwei, finney or eth and call the toss. If the player wins the toss the player is paid 2x the amount wagered.

Contract

The contract uses the updatable pattern, providing a set proxy front end contract which points to a contract which privded functionality. Each share a storage contract.

UI

He UI is a pure JavaScript dApp which uses Bootstrap and Jquery. Integration to the targt contract is accomplished using Web3.

About

Example Solidity Contract and Web3 based UI DAPP. The contract highlights use of an update-able contract.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published