[솔리디티]연습

91Savage·2022년 8월 3일
0

Solidity

목록 보기
1/11

D:\Blockchain\ethereum-template-main\ethereum-template-main\tutorials\contract\solidity> solc --optimize --bin --abi .\HelloWorld.sol

[커맨드 창]

# Log를 Detail 수준까지 표시하는 옵션 추가
geth --networkid 18283 --nodiscover --maxpeers 0 --datadir c:\Geth --mine --miner.threads 1 --allow-insecure-unlock --unlock 1 --password c:\Geth\password.dat --http --http.addr "0.0.0.0" --http.port 8545 --http.corsdomain "*" --http.api "admin,db,eth,debug,miner,net,shh,txpool,personal,web3" --verbosity 6 2>> c:\Geth\geth4.log

geth attach rpc:http://localhost:8545

0개의 댓글