Ganache :: web3.js로 Ganache 서버에 트랜잭션 보내기 1. 우분투에서 가나슈 서버를 열어줍니다. source ~/.bashrc npx ganache-cli 2. web3.js와 index.html 파일을 생성합니다. index.html Document 3. html의 title 위에 web3.js 라이브러리를 가져옵니다.
4. body ...
#
ganache
#
web3
#
web3js