인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

Blockchain Ethereum Dapp implemented with React

Distribution (1)

truffle migrate --network development 입력했더니

Written on

·

482

1

truffle migrate --network development
 
이것을 입력했더니,
 
 
Something went wrong while attempting to connect to the network at http://127.0.0.1:7545. Check your network configuration. Could not connect to your Ethereum client with the following parameters: - host > 127.0.0.1 - port > 7545 - network_id > 5777
 
이러한문구가끕니다..
 
Ethereumdapptrufflereact

Answer 1

0

coldmind님의 프로필 이미지
coldmind
Instructor

메시지 내용 그대로 보면 로컬 네트워크에 연결이 안된 것 같은데, Ganache가 실행되어 있는지 확인해보세요.