Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Launching your epic NFT marketplace.md #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# 👑 Time to launch your NFT marketplace
👑 Time to launch your NFT marketplace
======================================

## **Launching your epic NFT marketplace**
##### Launching your epic NFT marketplace

Run this command in the collections-react directory to start your react app.

```bash
npm run start
```
`npm run start`

You should be able to see your NFT marketplace in your browser.
You should be able to see your NFT marketplace in your browser.

![](https://metaschool.s3-ap-southeast-1.amazonaws.com/images/rZ7K6g2tr3Q6VK8CvVWIZBqoUeDyUv1mfAHPxfiF.png)


Try clicking random mint buttons and see what happens.

Play around with it, it is yours now!
Expand All @@ -21,7 +21,8 @@ Take care of 2 things though
1. That you have enough goerli eth in your metamask wallet to buy the NFTs
2. You can’t mint more than 2 NFT , because we have set a minting limit of one per address. So you can try minting NFTs from other accounts if you want more than 2, or you can re-deploy your smart contract with the new minting limit!

## 👀 Viewing your NFTs in metamask & etherscan
👀 Viewing your NFTs in metamask & etherscan
--------------------------------------------

You can now go to the goerli etherscan of your smart contract and see the various details of how the mint took place.

Expand All @@ -32,13 +33,14 @@ You can also check if the NFT has been airdropped to your account or not on goer

To view your NFTs in your metamask account.

- Go to metamask’s mobile app.
- Import your current metamask wallet using the recovery phrase.
- And then click on import NFTs.
- Enter your contract address and tokenID (you can find this on etherscan) of the NFT minted here.
- Refresh metamask a few times, and you now have your own NFT!
* Go to metamask’s mobile app.
* Import your current metamask wallet using the recovery phrase.
* And then click on import NFTs.
* Enter your contract address and tokenID (you can find this on etherscan) of the NFT minted here.
* Refresh metamask a few times, and you now have your own NFT!

## Summary
Summary
-------

Congratulations on completing the full course on how to make an NFT marketplace with a mint price.

Expand All @@ -48,14 +50,6 @@ And I hope you had a lot of fun. If yes, invite your friends to take this projec

Put your newly acquired skills to test with some other fun NFT project.

For any doubts feel free to [reach out to us on discord.](https://discord.gg/vbVMUwXWgc)
For any doubts feel free to [reach out to us on discord.](https://discord.gg/vbVMUwXWgc)

See you in the next tutorial!

### Assignment

#### 🚨 Progress Report

Share screenshot of your marketplace

**Your response is**