ishita-43 / Blockchain-Based-Voting-System

This project is the blockchain based voting system on basic tech stacks in frontend and truffle
https://ishita-43.github.io/Blockchain-Based-Voting-System/
3 stars 5 forks source link

Foundry instead of Ganache/Truffle #15

Open ShivRaiGithub opened 1 day ago

ShivRaiGithub commented 1 day ago

Is your feature request related to a problem? Please describe. Ganache and Truffle are less used nowadays compared to Hardhat and Foundry.

Describe the solution you'd like I would to transfer the contract code on Foundry as it is faster than Hardhat and also provides various tools for creation, testing, and deploying solidity contracts.

Describe alternatives you've considered Hardhat can be used instead of Foundry.

Additional context I am able to find the file for Migrations.sol but unable to find Vote.sol. Please provide a link to that file too. Thank you.

ishita-43 commented 1 day ago

After migrating the voting file is converted to voting.json

ShivRaiGithub commented 1 day ago

image I get what you are saying but for foundry I will need the Vote.sol file which isn't present in the contracts folder. So can you please update the repo with the Vote.sol file too. Thank you.

ishita-43 commented 1 day ago

Done