"SmartBid" is blockchain based auction like system that offers enhanced transparency, security, and efficiency compared to traditional methods. In a blockchain-based auction, each item or asset up for bidding is represented as a unique digital token on the blockchain. Participants in the auction can place bids and view the entire bid history in real-time, ensuring transparency and trust in the process.
- Solidity
If you have any questions or feedback, please reach out to us at [email protected] 📧
To set up Smart Bid on your local machine, follow these steps:
-
Fork the repository:
- Click the "Fork" button at the top right corner of this repository's page on GitHub. This will create a copy of the repository in your GitHub account.
-
Clone the forked repository:
git clone https://github.com/<yourusername>/ballot_block.git
- Navigate to the project directory:
cd smartbid
- Install Node.js dependencies(make sure node is installed on your laptop):
npm i
- Open the contract folder and copy all the contents of the ballot_block.sol file and paste it on remix (or you can use VS Code but remix ide is recommended). Remix ide(link) : http://lnkiy.in/Remix_ide
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push to the branch.
- Submit a pull request with the issue number.
You are good to go to make your contribution!! All the best!.