Linux
Windows Powershell
-H 헤더내 ContentType → -contenttype
-X → -method
--data → -body
응용
'blockchain' 카테고리의 다른 글
geth 명령어들 (0) | 2018.12.06 |
---|---|
geth genesis.json (181205 기준) (0) | 2018.12.05 |
Windows PowerShell 에서 UNIX tail 명령어 (0) | 2018.12.05 |
Linux
Windows Powershell
-H 헤더내 ContentType → -contenttype
-X → -method
--data → -body
응용
geth 명령어들 (0) | 2018.12.06 |
---|---|
geth genesis.json (181205 기준) (0) | 2018.12.05 |
Windows PowerShell 에서 UNIX tail 명령어 (0) | 2018.12.05 |
- remix로 compile 한 contract를 geth로 불러와서 실행해보기
1. Remix [Compile]에 [Details] 클릭
2. abi를 복사하는데, "WEB3DEPLOY"항목의 var helloworldContract = web3.eth.contract([{"constant":true,"inputs":[],"name":"say","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"constant":false,"inputs":[{"name":"_greeting","type":"string"}],"name":"setGreeting","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"greeting","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"view","type":"function"},{"inputs":[{"name":"_greeting","type":"string"}],"payable":false,"stateMutability":"nonpayable","type":"constructor"}]);
이 부분이 공백없는 abi니까 복사하면 됨
3. geth로 가서 다음과 같이 코딩
at에 들어가는 파라메터는 remix에서 Deployed Contract 의 주소임
4. 테스트
Powershell의 curl 명령어 대안 (0) | 2018.12.06 |
---|---|
geth genesis.json (181205 기준) (0) | 2018.12.05 |
Windows PowerShell 에서 UNIX tail 명령어 (0) | 2018.12.05 |
Powershell의 curl 명령어 대안 (0) | 2018.12.06 |
---|---|
geth 명령어들 (0) | 2018.12.06 |
Windows PowerShell 에서 UNIX tail 명령어 (0) | 2018.12.05 |
> Get-Content .\geth.log -Wait -Tail 1000
Powershell의 curl 명령어 대안 (0) | 2018.12.06 |
---|---|
geth 명령어들 (0) | 2018.12.06 |
geth genesis.json (181205 기준) (0) | 2018.12.05 |