소개
소개글이 비어있어요
게시글
질문&답변
2022.11.20
메타마스크 창이 안뜨네요 ㅜ
해당 문제로 강사님께 문의하고 답변 받아 해결하였습니다!저와 똑같은 문제 경험하고 계시는 분은 아래의 코드를 참고 해주세요.initWeb3: async function() { if (typeof window !== 'undefined' && typeof window.ethereum !== 'undefined') { try { await window.ethereum.request({ method: 'eth_requestAccounts' }) App.web3Provider = window.ethereum; web3 = new Web3(window.ethereum) } catch (err) { console.log(err.message); } } else { App.web3Provider = new web3.providers.HttpProvider('http://localhost:8545'); web3 = new Web3(App.web3Provider); } return App.initContract();}
- 0
- 2
- 249
질문&답변
2022.11.19
매입 실행 시 메타마스크와 연동이 안되고 창이 안뜨고 있네요
문서페이지 404뜨고 이제 똑같이해도 안되네여 ㅜㅜ
- 0
- 2
- 488