Welcome!
This repository contains a Proposal smart contract from the Rise In Solidity Bootcamp Cohort 3 and its corresponding test file .
git clone https://github.com/Ikpong-Joseph/Solidity-Bootcamp.git
cd Solidity-Bootcamp
- Open Remix IDE in your web browser.
- Click on the "File" tab on the left sidebar.
- Click on "Open File" and select the smart contract file (RiseInProposalContract.sol) from the cloned repository.
- In Remix IDE, navigate to the "Solidity Compiler" tab on the left sidebar.
- Compile the smart contract by clicking on the "Compile" button (Or ctrl + S).
- Switch to the "Deploy & Run Transactions" tab.
- Select the appropriate environment (e.g., JavaScript VM, Injected Web3, etc.).
- Deploy the smart contract by clicking on the "Deploy" button.
- In Remix IDE, navigate to the "Solidity Unit Testing" tab on the left sidebar.
- Select the test file (RiseInProposalContract_test.sol) from the cloned repository.
- Click on the "Run" button to execute the tests.
If you would like to contribute to this project, feel free to submit a pull request, create an issue at GitHub or just Fork the repository.
- Create a new branch for your feature/bug fix.
- Make changes and test thoroughly.
- Commit with clear and concise messages.
- Push changes to your fork.
- Submit a pull request describing your changes.
This project is licensed under the MIT License.
Thank you for your interest in the Web3 Review project! For questions or suggestions, reach out to us on GitHub.