git clone https://github.com/swimmiee/blockchain-valley-lucky-nft-frontend
npm install
- 설치
npm i typechain @typechain/ethers-v5 -D
package.json
의scripts
에서 아래 스크립트 추가
"typechain": "typechain --target ethers-v5 --out-dir src/typechain src/abi/*.json"
- typechain 실행
npm run typechain
- Metamask 설치
- Faucet 받기 https://baobab.wallet.klaytn.foundation/
- 단돈 45 KLAY를 내면 100 SYC을 받을 수 있다! (mint)
- SYC 컨트랙트에서
lucky
함수를 실행하면 SYNFT를 받을 수도 있다!- SYC를 내야 참여할 수 있다.
- 많이 내면 많이 낼수록 확률 UP!