Categories
Ref: medium

🌐Building a Simple NFT Minting Website | by Bishal Devkota

Create app.js in the same folder: let web3;let contract;let userAccount;const contractAddress = “<YOUR_CONTRACT_ADDRESS>”;const contractABI = [ /* Paste your contract ABI here */ ];window.onload = () => {const connectButton = document.getElementById(“connectButton”);const mintButton = document.getElementById(“mintButton”);const status = document.getElementById(“status”);connectButton.onclick = async () => {if (window.ethereum) {try {await window.ethereum.request({ method: “eth_requestAccounts” });web3 = new Web3(window.ethereum);const accounts = await […]

Categories
Ref: medium

Blockchain basics: A clear and simple explanation of how it operates. | by Canny Crypto Cats

Welcome back to the Canny Crypto Cats’ basic crypto education series. This article is the first of many that will delve into the deeper technology of crypto, providing you with the essentials you need for your journey. In our first two articles, you learned how to create your own crypto wallet. If you haven’t done […]

Categories
Ref: medium

Non Fungible token benefits in simple language | by Harpreet

How to explain NFT to cricket Fan? Me: What if i tell you that there are 2 photos signed by sachin tendulkar of his winning moment. what would you do?Fan: I would try to get that photo by paying some amount.Me: What if i tell you that once that photo is assigned in your name, […]

Categories
Ref: medium

NFTCars’ Flight Carbon Calculator: A Simple Tool to Measure Your Impact on the Environment | by nft car | Mar, 2023

Our flight carbon calculator takes into account the distance traveled and the average CO2 emissions per passenger, which is approximately 90g of CO2 per kilometer. By entering the flight information, individuals and organizations can quickly measure their carbon footprint and take steps to reduce their impact on the environment. To address the issue of carbon […]

Categories
Ref: medium

A simple STEPN set-up guide if you’re new(ish) to Web 3.0 | by Matilda Colman | Jan, 2023

Q: So, what is STEPN? A: STEPN is a (mostly) invite-only app for your phone that empowers you to lead a healthier lifestyle whilst reaping rewards for your progress. To start this journey, you must hold a digital STEPN sneaker; you can choose a sneaker that most fits your needs. Whether you are a walker, […]

Categories
Ref: medium

What Is NFT With A Simple Example || Is NFT Valuable ? | by Techie Key

NFT is a unique digital asset. NFT refers to any unique (special) object. This object can be any type of painting, photo, song, art, game, video, GIF, text, image, meme, etc. Each NFT is different. There are different types, it can also be called digital token, such objects and arts come under NFT. It is […]