강의

멘토링

커뮤니티

Inflearn Community Q&A

noh8910127628's profile image
noh8910127628

asked

Creating Klaytn Blockchain Applications - Theory and Practice

Deploying Smart Contracts on Baobab 2

truffle deploy --network klaytn

Written on

·

237

0

truffle deploy --network klaytn 를 쳤는데 계속 명령어가 안먹고 무응답에 에러도 없길래 당황했는데

 

알고보니 truffle.js 파일이름이 truffle이어서

truffle 명령어가 안먹고 저 파일을 실행 ?시키도록 해서 그런가 보더라구요.

 

truffle.js 파일 이름을 truffle-config.js로 바꾸니까 성공했어요

blockchain

Answer

This question is waiting for answers
Be the first to answer!
noh8910127628's profile image
noh8910127628

asked

Ask a question