본문 바로가기

Hardhat

[Hardhat] 명함 NFT 만들 때 보았던 링크들 모음

https://dev.to/jacobedawson/import-test-a-popular-nft-smart-contract-with-hardhat-ethers-12i5

 

Import & Test a Popular NFT Smart Contract with Hardhat & Ethers

Today we're going to learn how to use the very cool smart-contract development framework Hardhat to...

dev.to

 

https://ethereum.org/en/developers/tutorials/how-to-mint-an-nft/

 

Home | ethereum.org

Ethereum is a global, decentralized platform for money and new kinds of applications. On Ethereum, you can write code that controls money, and build applications accessible anywhere in the world.

ethereum.org

part 1,2,3

 

https://101blockchains.com/create-nfts-with-hardhat/

 

Create NFTs with Hardhat - A Solidity Tutorial

The NFT market has been one of the fastest growing industries with the formidable expansion of NFT use cases. As a matter of fact, the market has grown by

101blockchains.com

https://docs.alchemy.com/docs/how-to-make-nfts-with-on-chain-metadata-hardhat-and-javascript

 

How to Make NFTs with On-Chain Metadata - Hardhat and JavaScript

When creating NFTs, it is good practice to store the metadata on centralized object storages or decentralized solutions like IPFS, to avoid the humongous Gas fees derived from storing big amounts of data, such as images and JSON Objects, directly on-chain.

docs.alchemy.com

 

 

https://sonny6786.tistory.com/11

 

NFT 배포를 위한 TokenURI (Metadata) 생성

안녕하세요 :) 이번 시간에는 대체 불가능 토큰(NFT)을 위한 TokenURI를 생성하는 방법에 대해 알아봅시다! 필요한 것 / Prerequisite * NFT.storage API Key * Installing IPFS * Code Editor (VSCode) *Content you want to put in

sonny6786.tistory.com

 

https://dev.to/yakult/tutorial-build-a-nft-marketplace-dapp-like-opensea-3ng9

 

Web3 Tutorial: Build an NFT marketplace DApp like OpenSea

Building an NFT marketplace DApp like Opensea with Solidity and Javascript/React may be an important...

dev.to

 

학회 자료들(hardhat 초기 메뉴얼)

 

 

'Hardhat' 카테고리의 다른 글

[Hardhat] .deploy VS .deployed  (0) 2023.08.28
[Hardhat, javascript] test code에서 beforeEach  (0) 2023.08.22