Bitcoin Forum
April 23, 2024, 03:15:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Create non-fungible ERC721 Ethereum token  (Read 38 times)
SweetMochi24 (OP)
Newbie
*
Offline Offline

Activity: 72
Merit: 0


View Profile
March 06, 2021, 07:50:39 PM
 #1

Ledu Education Ecosystem: Join Education Ecosystem and learn Blockchain

Create non-fungible ERC721 Ethereum token.
Watch & Learn: https://education-ecosystem.com/rohit99/RaWxv-how-to-create-non-fungible-erc721-ethereum-token/MzMkN-intro-how-to-create-non-fungible-erc721-ethereum-t/

How to create non-fungible ERC721 Ethereum token.

We want to build basic clone of cryptokitties. A game based on Ethereum blockchain where you collect and breed adorable kittens. The game is tremendously successful, and many kittens are sold for sometimes hundreds of thousands of dollars. We are cloning their logic in another way to learn the basics of cryptocurrency and ERC721 smart contract. This tutorial will help you to learn blockchain and ethereum core concepts and will learn how to write smart contracts, test and deploy them.

Overview
Project Introduction:

CryptoKitties is a very successful game that is based on the Ethereum blockchain. The game enables players to buy, gather, breed, and sell different types of virtual kittens—for even hundreds of thousands of dollars. The game is mostly open sourced with few exceptions (breeding and genetic algorithms). This project is about building a basic clone of CryptoKitties. We are going to clone their logic so that you can understand about blockchain and Ethereum core concepts. Although we’ll also create a collectible token, we’ll use a much simpler logic. The created token won’t breed; only you as the owner will mint new tokens.

Note: We are not building CryptoKitties game, we are just cloning their logic in another way.

What Is ERC721?
ERC721 describes non-fungible token. It is also knowns as NFT, which basically means exactly that (Non Fungible Token). Non-fungible means that every token is not equal to any other token. As opposite to ERC20 where all tokens are equal.

What are the requirements?
Basic Knowledge of JavaScript and NPM
Access to a Windows machine

Who is the target audience?
Programmers looking to leverage blockchain technology for creating advanced apps
Engineers who want to understand Ethereum and how to use it for building powerful apps
Any developer interested in learning about blockchain and smart contracts

What will you learn after finishing this project?
How to create and deploy non-fungible tokens
How to write tests for Ethereum contracts and connect them to the frontend using JavaScript
How to integrate the blockchain cryptocurrency technology in real-world applications
How Solidity, the programming language utilized in writing smart contracts, works
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!