Panaverse Logo

Web 3 and Metaverse Specialisation

Quarter IV

W3-351: Developing Smart Contracts and Planet-Scale Web 3.0 Dapps

Duration: 13 Weeks

Web3 and Metaverse
Course Description

In this course you will learn how to develop Web 3.0 DApps, create a project, deploy it in production, write smart contracts, unit test them, and create user interfaces for them. We will also learn to develop ERC-20 and NFT tokens, DAOs, Oracles, etc. Please note that in order to develop Web 3 applications you also need to build on top of Web 2.0 technologies which we have already covered in the previous quarters.

/
Course Outline

1. Blockchain and Metaverse Theory

- The Metaverse: And How It Will Revolutionize Everything by Matthew Ball
https://www.amazon.com/Metaverse-How-Will-Revolutionize-Everything/dp/1324092033/ref=tmm_hrd_swatch_0

2. Smart Contract Development in Solidity

- Solidity Programming Essentials - Second Edition By Ritesh Modi
https://www.packtpub.com/product/solidity-programming-essentials-second-edition/9781803231181

- Solidity Learning Repo
https://github.com/panaverse/defi-dapps-solidity-smart-contracts

3. Dapp Development using Ethers.js and Next.js 13

- Dapp Learning Repo
https://github.com/panaverse/dapps-nextjs

4. Tokennomics

Blockchain Project: Create a Token and Launch ICO/IEP/IDO

1. How to Launch a IEO on Binance Launchpad

- Read How to Launch an IEO
https://appinventiv.com/blog/how-to-launch-an-ieo/

- The first task would be to make a presentation on how to start IEO on the Binance Launch Pad
https://www.binance.com/en/support/faq/94ed108ce89d44ab8602aa3c476dfb04

2. How to Launch a IDO on Polkastrater

- Review the list of top fundraising platforms
https://cryptorank.io/fundraising-platforms

- Second task of the project would be to make a presentation on how to start IDO on the Polkstarter
https://polkastarter.com/

3. How to Launch a IDO on Polkastrater

By creating a token and related contracts, you will also learn how to handle money sent to your contracts, which should come in handy if you want to create some kind of paid decentralized service in the future.

Therefore, for the sake of this chapter, lets imagine that our Pako DApp uses its own coin – the Pako Token. We will create two contracts – one for the token itself and one for the token crowd sale (the ICO).

By creating a token and related contracts, you will also learn how to handle money sent to your contracts, which should come in handy if you want to create some kind of paid decentralized service in the future.Now Create your own Pako ERC20 Token and deploy it on a testnet. The Token should be to use OpenZeppelin contracts. You will use the Hardhat development environment. Also, write at least twenty automated tests. We will be using Solidity and Typescript for development.

4. Develop Crowd Sale Contract

This contract will be responsible for allowing users to exchange ETH for our Pako Token. In order to do that we need to set a price for our token (1 ETH = 100 Pako Token)

Implement a payable buyToken() function. Emit a BuyTokens event that will log who’s the buyer, the amount of ETH sent and the amount of Token bought

Transfer 75% of the Tokens to the Crowd Sale contract at deployment time. i.e. Right after the contract is deployed, we want the token contract to send 75% of our token supply to it. While 25% remain in our personal OWNER account.Transfer the ownership of the Crowd Sale contract (at deploy time) to our frontend address so that we are able to withdraw the ETH.

- You can use the openzeppelin crowd sale contracts
https://docs.openzeppelin.com/contracts/4.x/crowdsales

Also write extensive tests, for example we will simply send a transaction of 1 ETH from a random account to the contract. After the transaction, we should expect the account to have received Pako, while the contract is balance should have been reduced

5. Trying it with MetaMask

While it is always good to test your code, it is often more satisfying to see the results of your work wrapped in a nice UI. Lets see how we can deploy our contracts and get some Pako tokens into our MetaMask wallet

We start by running our deployment scripts for the test network so that the new token contracts are uploaded and deployed. When it is done, take note of what addresses the contracts were uploaded to and copy it!

After the transaction has been confirmed, you might be confused about why you cant see any tokens in your wallet. It turns out that you need to manually add the token address in MetaMask in order to REGISTER it - after all, there are so many tokens out there, there is no way MetaMask could list them all by default!

6. Trying it with MultSignature Wallets

- Read
https://www.coindesk.com/tech/2020/11/10/multisignature-wallets-can-keep-your-coins-safer-if-you-use-them-right/https://cryptorank.io/fundraising-platforms

7. Sending Tokens using Ethers.js

- Write a Typescript program to send Pako Token to some friend address using Ethers.js. You may follow this tutorial
https://ethereum.org/en/developers/tutorials/send-token-etherjs/

8. Advance: Create, Deploy, Mint, and Sell an NFT

- Read this NFT tutorial series
https://ethereum.org/en/developers/tutorials/how-to-write-and-deploy-an-nft/

- Create a NFT contract using the OpenZepplen ERC721 NFT Standard
https://docs.openzeppelin.com/contracts/4.x/erc721

- You may use the Preset ERC721 contract
https://docs.openzeppelin.com/contracts/4.x/erc721#Presets

- Deploy your NFT contract on a testnet, mint it, and view it on the MetaMask wallet and list it on OpenSea Marketplace for sale
https://opensea.io/

- Implement a ERC721 Market
https://ethereum.org/en/developers/tutorials/how-to-implement-an-erc721-market/

Quarter V

MV-361: Developing Planet-Scale Open Virtual and Augmented Metaverse Experiences

Duration: 13 Weeks

Metaverse
Course Description

The Web is the Metaverse. The metaverse requires an infrastructure that connects all of the metaverses so that we can travel between them. This is only achievable with open web-based metaverses. The internet and its browsers are magical. Federated but linked experiences connect pages, people, technology, businesses, standards, and nations. It is unlike anything else. The metaverse should replicate the best qualities of the web - it should just be the web. We just have to extend online responsive design from mobile to desktop to 3D, Augmented Reality, and Virtual Reality. This course will teach you how to build the Open Social Spatial Web with WebXR and WebGPU technologies

Course Outline

1. Open Metaverse Web Development

- Open Metaverse Learning Repo
https://github.com/panaverse/metaverse-web

2. Blender 3D asset Creation for the Metaverse (Remote Zoom Class)

Blender development is being funded by heavyweights in the real-time 3D (RT3D) space such as Apple, Unity, AMD, Intel, Meta, NVIDIA, AWS, Epic Games, Adobe, Microsoft, and Decentraland. It is expected to become the standard asset creation tool for metaverse.

- Blender 3.0 Beginner Tutorial
https://www.youtube.com/playlist?list=PLjEaoINr3zgFX8ZsChQVQsuDSjEqdWMAD

- Blender Projects Textbook: Blender by Example 2nd Edition
https://www.packtpub.com/product/blender-3d-by-example-second-edition/9781789612561

- Blender Textbook: The Complete Guide to Blender Graphics: Computer Modeling & Animation 7th Edition by John M. Blain
https://www.amazon.com/Complete-Guide-Blender-Graphics-Animation/dp/103212167X/ref=sr_1_5

Assignments

Assignment 1

- Build a 3D Donut using Blender 3 as shown in these video tutorials
https://www.youtube.com/playlist?list=PLjEaoINr3zgFX8ZsChQVQsuDSjEqdWMAD

Assignment 2

-Build a Viking Scene using Blender 3 as shown in chapter 2 of the Book Blender by Example 2nd Edition
https://www.packtpub.com/product/blender-3d-by-example-second-edition/9781789612561

Assignment 3

- Modeling a Time Machine using Blender 3 as shown in chapters 3 and 4 of the Book Blender by Example 2nd Edition
https://www.packtpub.com/product/blender-3d-by-example-second-edition/9781789612561

Assignment 4

- Build a Modern Kitchen using Blender 3 as shown in chapters 5, 6, and 7 of the Book Blender by Example 2nd Edition
https://www.packtpub.com/product/blender-3d-by-example-second-edition/9781789612561

Assignment 5

- Illustrating an Alien Hero with Grease Pencil as shown in chapter 8 of the Book Blender by Example 2nd Edition
https://www.packtpub.com/product/blender-3d-by-example-second-edition/9781789612561

Assignment 1

- Build a 3D Sword in the Stone using Blender 3 as shown in these video tutorials
https://www.youtube.com/watch?v=bpvh-9H8S1g

About Us

Panaverse Logo

Panaverse DAO is a community of Web 3 and Metaverse developers, designers, trainers, startup founders, and service providers

Follow Us

    • Facebook
    • Youtube
    • Twitter
    • GitHub

Contact Us

Phone Number:

+92 308 222 0203

Email:

education@piaic.com