반응형 truffle unbox react2 [truffle ganache react] 리액트와 연결하기 webStorm 옵흔 1. 새 폴더 생성 "webConnect" 2. truffle 시작하기 (나중에 알게 되었지만 truffle init은 필요하지 않았다. unbox react에서 모두 실행됨) $truffle init - > truffle 이 성공적으로 시작되면 아래와 같은 폴더들이 생긴다. 3. contracts 폴더 안 새 파일 "simpleStorage" 생성 및 코드 작성 contracts 안에 이미 생성되어 있는 Migrations.sol 파일은 삭제하면 안됨 작성 코드 // SPDX-License-Identifier: MIT pragma solidity >=0.4.21 테스트용 공개/비공개키가 10개씩 나온다. 5. truffle로 컴파일하기 $ truffle compile -> biul.. 2022. 3. 17. truffle unbox react, unhandled rejection : Unhandled Rejection (Error): This contract object doesn't have address set yet, please set an address first. Unhandled Rejection (Error): This contract object doesn't have address set yet, please set an address first. -> react와 truffle, ganache를 동작하다가 나온 에러 해결법 : react 페이지가 뜬 브라우저의 메타마스크 지갑을 localhost로 바꿔주면 된다 !! 나는 Rinkeby 테스트넷에 연결되어 있어서 안되었다. Reference : https://stackoverflow.com/questions/56980736/truffle-unbox-react-unhandled-rejection 2022. 3. 17. 이전 1 다음 반응형