Skip to content

Commit

Permalink
Merge pull request #311 from Aryan9592/patch-4
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Vikash-8090-Yadav authored Oct 12, 2023
2 parents 5a1ecae + c6bd20c commit f354d78
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Level2/Marketplace/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Smart Contract "Marketplace" in Remix-IDE

Marketplace is a solidity smart contract which allows user to shop items .It shows all the items present in the shop, allows user to view the items, buy the items and also allows to sell them.
Marketplace is a solidity smart contract which allows user to shop items. It shows all the items present in the shop, and allows users to view the items, buy the items and also allows to sell them.

The SPDX License List Specification is a list of common licenses used in free and open or collaborative software.

Also Pragma Thispecifies the version of Solidity used.
Also Pragma specifies the version of Solidity used.

## Getting Started :
A screen will be presented like the following:

![File explorer](https://user-images.githubusercontent.com/95535448/182686591-5ae38b05-1ea2-4532-9ee1-d368a43de36b.png)

Click on the “file explorer” icon onto the left side bar.
Click on the “file explorer” icon on the left sidebar.

Select Solidity in the Environment and click + symbol right to the browser.

Expand All @@ -28,15 +28,15 @@ Once compiled successfully, click “Deploy and run transactions”. and "Deploy
![Deploy](https://user-images.githubusercontent.com/95535448/182760156-30dff534-ee28-4359-b155-7d4161feba9f.png)

Step 4:
And here you can see the all the transactions and deployed contracts
And here you can see all the transactions and deployed contracts

![Deployd contracts](https://user-images.githubusercontent.com/95535448/182760184-81077d4d-ec1f-4a55-bc0a-5c9be050c4f9.png)

Step 5:
All the deployed contracts-
1) AllItems- it shows the item list and its cost
2) Buy- allows ur to buy an item
3) Selling_items- alows ur to sell our item
4) View_item- allows ur to see the item which we have sold or purchased
2) Buy- allow users to buy an item
3) Selling_items- allow users to sell their item
4) View_item- allow users to see the item that we have sold or purchased

![All deployed contracts](https://user-images.githubusercontent.com/95535448/182760228-4aa984bd-da81-49be-9be9-0d4dc805d64d.png)

0 comments on commit f354d78

Please sign in to comment.