체인의정석

Ganche CLI 사용하기 본문

블록체인/Ethers & web3

Ganche CLI 사용하기

체인의정석 2022. 5. 19. 15:15
728x90
반응형

가나슈의 경우 UI가 되어 있는 버전도 있지만 CLI에서 사용가능한 버전도 있다고 한다. 특히 최근에는 그냥 기본 rpc test에서 지원이 된다고 한다.

https://github.com/trufflesuite/ganache/tree/master

 

GitHub - trufflesuite/ganache: A tool for creating a local blockchain for fast Ethereum development.

A tool for creating a local blockchain for fast Ethereum development. - GitHub - trufflesuite/ganache: A tool for creating a local blockchain for fast Ethereum development.

github.com

깃허브를 보면 관련 코드를 살펴볼 수 있다.

 

$ npm install ganache --global

이렇게 설치하고 터미널을 하나 띄운 후에

ganache

를 실행하면 된다.

728x90
반응형
Comments