Skip to content

pur3-S0uL/Some-Solidity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Some-Solidity

Solidity code Snippets.


Codes:

  • Voting Example
  • Lottery Smart Contract
  • Blind Auction: Open Auction

Lottery Smart Contract

A simple smart contract to implement Lottery system. The Owner of contract Receives all the amount. Then Owner can pass a number to function getWinner() to choose a winner and the winner will receive the amount.

Caution

No random function generator used like Chainlink VRF.

Note

To Do


About

Solidity code Snippets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published