profile
front-end developer
post-thumbnail

Smart contract built with hardhat on Polygon network

What is Polygon? Polygon is a protocol and a framework for building and connecting Ethereum-compatible blockchain networks. Aggregating scalable solutions on Ethereum supporting a multi-chain Ethereum ecosystem. Polygon solves pain points associated with Blockchains, like high gas fees and slow speeds, without sacrificing security. What is Hardhat? Hardhat is a development environment to comp

2021년 12월 8일
·
2개의 댓글
·
post-thumbnail

JavaScript로 NFT 만들기 1

배경 정보 NFT를 만들기 전에 NFT를 작동시키는 기술과 기능을 살펴보겠습니다. ERC 프로토콜 NFT의 발행에는 이더리움 네트워크에서 사용되는 ERC 프로토콜을 사용 > ERC(Ethereum Request for Comment)는 ‘이더리움의 요구사항을 위한 표준’이며, 이는 이더리움을 이용해서 가상자산을 발행할 때 지켜야 하는 규칙 NFT는 ERC-721과 최근 개발되어 적용되고 있는 ERC-1155 프로토콜을 이용하여 발행 ERC-721의 특징은 예술품, 골동품, 캐릭터에 대한 NFT를 발행하여 토큰을 생성하고, 해당 토큰의 고유한 가격이 결정되면 가상자산으로 거래하는 방식, 최근에는 미술품 거래에서 토큰을 분할해 소유하는 등 새로운 방식이 나타나고 있음 ERC-1155는 ERC-20과 [ERC

2021년 11월 5일
·
0개의 댓글
·