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

Correct Grammar, Spelling, and Capitalization in Documentation #769

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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,10 +1,10 @@
# What’s Up?

Yo! Wat's good, everyone? We are Metaschool, and today we’re here to tell you about a course that's gonna blow your mind!
Yo! What's good, everyone? We are Metaschool, and today we’re here to tell you about a course that's gonna blow your mind!

We're talking about a course where we're gonna teach you how to make your very own AI bot using the latest and greatest technology - the GPT-4 model. And not just any bot, we're talking about a bot that's gonna mimic the one and only, Kanye West.

Now, I know you're probably thinking, "Hey, why would I want to make a bot that sounds like Kayne?" Well, let me tell you, my friend, there's nothing cooler than having your own personal Kanye West AI bot spitting out fire tweets and dropping knowledge bombs like it's nobody's business!
Now, I know you're probably thinking, "Hey, why would I want to make a bot that sounds like Kanye?" Well, let me tell you, my friend, there's nothing cooler than having your own personal Kanye West AI bot spitting out fire tweets and dropping knowledge bombs like it's nobody's business!

Let me give you a sneak peek of the one and only YeBot that you're gonna build!

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Alright, let's wrap it up and celebrate your incredible journey! It's time to ta

- **Introduction:** Got an overview of what we will build and the course structure.
- **Overview of Aptos world:** We revised why Aptos, Move, and its features are bringing change to the web3 world.
- **Aptos SDK:** We understood the Aptos SDK support for the frontend part and what features it has for us and how can we utilize them to create our dApp.
- **Aptos SDK:** We understood the Aptos SDK's support for the frontend part and what features it has for us and how can we utilize them to create our dApp.
- **Getting started with development:** Learnt how to set up our development environment using the Aptos CLI. We installed the necessary tools and created a wallet.
- **Create, deploy, and interact with dApp:** We wrote the contract for our dApp and utilized the randomness feature of Aptos. We deployed it to frontend and interacted with it.

Expand All @@ -28,4 +28,4 @@ While you’re contributing:

You have completed the tutorial and are now equipped with the in-depth knowledge to start building in the exciting world of Aptos blockchain. We wish you luck!

WAGMI! Peace out! ✌🏻🔮
WAGMI! Peace out! ✌🏻🔮
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Alright, let's wrap it up and celebrate your incredible journey! It's time to ta
- **Overview of Aptos World:** We revised why Aptos, Move, and its features are bringing change to the web3 world.
- **Aptos SDK:** We understood the Aptos SDK support for the frontend part and what features it has for us and how can we utilize them to create our dApp.
- **Getting Started with Development:** Learnt how to set up our development environment using the Aptos CLI. We installed the necessary tools and created a wallet.
- **Create, deploy, and interact with dApp:** We wrote the contract for our dApp and utilized the randomness feature of Aptos. We deployed it to front end and interacted with it.
- **Create, deploy, and interact with dApp:** We wrote the contract for our dApp and utilized the randomness feature of Aptos. We deployed it to the front end and interacted with it.

Yes, we did this all! Cheers~

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Today I am going to take you through a complete journey of building your own NFT

We will be setting up a minting price for our NFTs so that we can make some money for our NFT collection.

We will also setup a maximum limit on the number of NFTs one public address can buy, so that more people can get their hands on our super popular NFT collection.
We will also set up a maximum limit on the number of NFTs one public address can buy, so that more people can get their hands on our super popular NFT collection.

But how will a user mint our super popular NFT collection? Because an average user isn’t a top-notch programmer like you and me, so I think we should also make up a simple react webpage where the user can mint our NFTs on the click of a button.

Expand All @@ -22,8 +22,8 @@ This is a great head start for anyone looking to create NFT collection or a mark

So what exactly are we going to cover today

- We will start of with setting up our development environment and downloading all the dependencies. The tech stack we will be using today is - Hardhat, Alchemy, Pinata, React and Ethers.js
- We will then use the openzepellin library’s ERC721 smart contract, and inherit it to create our own NFT smart contract called `Collection.sol`.
- We will start off with setting up our development environment and downloading all the dependencies. The tech stack we will be using today is - Hardhat, Alchemy, Pinata, React and Ethers.js
- We will then use the OpenZepellin library’s ERC721 smart contract, and inherit it to create our own NFT smart contract called `Collection.sol`.
- After that we will need to deploy our smart contract using `ethers.js` and check our deployment on etherscan.
- Once all the solidity part is done, we’ll make a very simple react frontend for our website.
- This webpage will be able to list 5 NFTs, a user would be able to connect to their metamask and mint any 2 of these NFTs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Here we learned about Ocean Protocol architecture, the different layers it has,

## ⚒️ A small yet important request

Here is a great news for you! This is a 100% open-source project like all the other projects on our platform. You can find the tutorial markdown files here. If you find any issues in the course, please feel free to resolve them. We, at Metaschool, love love love contributions by our community and acknowledge the contributors on our [Discord](https://discord.com/invite/vbVMUwXWgc) and GitHub, too.
Here is great news for you! This is a 100% open-source project like all the other projects on our platform. You can find the tutorial markdown files here. If you find any issues in the course, please feel free to resolve them. We, at Metaschool, love love love contributions by our community and acknowledge the contributors on our [Discord](https://discord.com/invite/vbVMUwXWgc) and GitHub, too.

While you’re contributing:

Expand All @@ -24,4 +24,4 @@ While you’re contributing:

You have completed the tutorial and are now equipped with in-depth knowledge about Ocean Protocol. We wish you luck!

WAGMI! Peace out! ✌🏻🔮
WAGMI! Peace out! ✌🏻🔮
16 changes: 8 additions & 8 deletions Understand and setup MetaMask Account/1. WTH is MetaMask.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
# So what exactly is MetaMask?

Metamask is a browser extension that enables users to interact with the Ethereum blockchain and use decentralized apps (dApps) without the need to run a full Ethereum node. It functions as a digital wallet for users to securely store and manage their crypto assets, such as Ether and ERC-20 tokens.
MetaMask is a browser extension that enables users to interact with the Ethereum blockchain and use decentralized apps (dApps) without the need to run a full Ethereum node. It functions as a digital wallet for users to securely store and manage their crypto assets, such as Ether and ERC-20 tokens.



## User-Friendly Interface

Metamask has a user-friendly interface that simplifies the process of sending transactions and managing assets for non-technical users. After downloading and setting up Metamask, users will be given a unique seed phrase, which acts as a private key for accessing the wallet and assets. It's important to keep this seed phrase safe and not share it with anyone, as it grants access to the wallet.
MetaMask has a user-friendly interface that simplifies the process of sending transactions and managing assets for non-technical users. After downloading and setting up MetaMask, users will be given a unique seed phrase, which acts as a private key for accessing the wallet and assets. It's important to keep this seed phrase safe and not share it with anyone, as it grants access to the wallet.

## Gas Price Management

Metamask has a built-in gas price oracle, which allows users to set the gas price for transactions. Gas is the fee required to pay for the computational resources needed to execute smart contracts on the Ethereum network. By setting a higher gas price, transactions will be processed faster by the network.
MetaMask has a built-in gas price oracle, which allows users to set the gas price for transactions. Gas is the fee required to pay for the computational resources needed to execute smart contracts on the Ethereum network. By setting a higher gas price, transactions will be processed faster by the network.

## Decentralized App (dApp) Access

Metamask also provides a feature called Web3 browser, this allows users to interact with decentralized apps (dApps) directly from their browser without the need to navigate to the specific dApp website, this feature can be used to access decentralized exchanges, lending platforms, and games.
MetaMask also provides a feature called Web3 browser, this allows users to interact with decentralized apps (dApps) directly from their browser without the need to navigate to the specific dApp website, this feature can be used to access decentralized exchanges, lending platforms, and games.

## Multiple Wallet Management

Metamask allows users to create and manage multiple wallets within the extension, which is useful for separating assets and managing them accordingly. It also has a password-protected option to secure the account and a built-in seed phrase recovery mechanism to restore the account in case of loss or theft.
MetaMask allows users to create and manage multiple wallets within the extension, which is useful for separating assets and managing them accordingly. It also has a password-protected option to secure the account and a built-in seed phrase recovery mechanism to restore the account in case of loss or theft.

In summary, Metamask is a browser extension that simplifies the process of interacting with the Ethereum blockchain, managing crypto assets and accessing decentralized apps. It has a user-friendly interface, built-in gas price management, and various additional features such as multiple wallet management and seed phrase recovery.
In summary, MetaMask is a browser extension that simplifies the process of interacting with the Ethereum blockchain, managing crypto assets and accessing decentralized apps. It has a user-friendly interface, built-in gas price management, and various additional features such as multiple wallet management and seed phrase recovery.


Now before we move forward to next lesson, let’s do the following:
1. Make sure to do your quick assignments properly. It'll help you, I assure you!
2. Join [our discord server](https://discord.gg/vbVMUwXWgc) and ask all relevant questions there.
2. Join [our Discord server](https://discord.gg/vbVMUwXWgc) and ask all relevant questions there.
3. We are a free open-source platform and if you follow us on [X](https://bit.ly/metamask-course-twitter) and [LinkedIn](https://bit.ly/metamask-course-linkedin), it would be a great support. 🫣
4. Stay happy and positive!
4. Stay happy and positive!