Skip to content

A simple lottery smart contract written in solidity

Notifications You must be signed in to change notification settings

NobleOsinachi/lottery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lottery Smart Contract

This is a simple lottery smart contract written in Solidity.

Installation

  1. Clone the repository:
git clone https://github.com/NobleOsinachi/lottery.git
  1. Install the required packages:

Copy code

npm install

Usage

To use the lottery contract, you can deploy it to a blockchain network such as Ethereum. You can then interact with the contract using a tool such as Remix or web3.js.

Contributing

Contributions are welcome! Please see the CONTRIBUTING.md file for guidelines.

License

This project is licensed under the MIT License.

About

A simple lottery smart contract written in solidity

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 70.2%
  • JavaScript 29.8%