[NFT]Remix 이용하여 Contract 설정

91Savage·2022년 7월 20일
0

NFT Mint사이트

목록 보기
2/3

https://ide.klaytn.com 접속

Compiler 버전 0.5.17 으로 설정
KIP-17 의 표준 Solidity version은 5점대이기 때문

cypress = constantinople
baobab = istanbul

[goxo_test Contract Address]
0x98fbEAD150c0aa7Fe595227D6fA9D612C969A510

Public Mint 의 과정

1. SetupSale 등록

newAntibotInterval : 봇 방지간격 (초)
newMintLimitPerBlock : 트랜잭션당 수량
newMintLimitPerSale : 1인당 최대 보유량
newMintStartBlockNumber : 민팅 시작 블록
newMintIndexForSale : 민팅 시작 토큰 인덱스
newMaxSaleAmount : 민팅 끝 토큰 인덱스
newMintPrice : 민팅 가격 (1 KLAY = 1000000000000000000) peb단위

2. setPublicMintEnabled 등록

3. publicMint 함수 실행

- Web사이트에서 실행

[민팅 웹에서 진행]
https://github.com/JoCoding-Blockchain/klaytn-minting-website

0개의 댓글