Skip to content

Ikpong-Joseph/Solidity-Bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome!

This repository contains a Proposal smart contract from the Rise In Solidity Bootcamp Cohort 3 and its corresponding test file .

Prerequisites

Getting Started

Cloning the Repository

git clone https://github.com/Ikpong-Joseph/Solidity-Bootcamp.git
cd Solidity-Bootcamp

Opening in Remix IDE

  • 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.

Deploying the Smart Contract

  • 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.

Running Tests

  • 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.

Contributing

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.

  1. Create a new branch for your feature/bug fix.
  2. Make changes and test thoroughly.
  3. Commit with clear and concise messages.
  4. Push changes to your fork.
  5. Submit a pull request describing your changes.

License

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published