[BlockChain] localhost에서 remix 연동
·
개발/BlockChain
1. Remix remix는 스마트컨트랙트 작성, 배포, 테스트 등을 편하게 할수 있게끔 만들어 놓은 툴이다. Remix - Ethereum IDE remix.ethereum.org 컨트랙트의 함수, 상태변수등을 별다른 코드 없이 바로 테스트 할수 있다는 장점이 있다. 2. vscode와 remix 연동 remix라이브러리 설치 npm install -g @remix-project/remixd contracts 폴더 이동해서 remixd -s . --remix-ide https://remix.ethereum.org 실행 시킨 후 remix홈페이지에 들어가서 localhost와 연결을 시키면 연동할수 있다.