iT邦幫忙

2019 iT 邦幫忙鐵人賽

DAY 28
0
  1. 之後打開終端機,輸入 :
var SimpleStorage = eth.contract(把API的內容放進這邊,記得要把空白刪除掉).at(這邊則是放入在run裡面的account)
  1. 再輸入前,請先把昨天貼到記事本的ABI檔案稍微整理,空格的部分刪除,再把修改過後的ABI放到上面那段程式碼裡面。
var SimpleStorage = eth.contract([{"constant": false,"inputs": [{"name": "x","type": "string"}],"name": "set","outputs": [],"payable": false,"stateMutability": "nonpayable","type": "function"},{"constant": true,"inputs": [],"name": "get","outputs": [{"name": "","type": "string"}],"payable": false,"stateMutability": "view","type": "function"},{"inputs": [{"name": "x","type": "string"}],"payable": false,"stateMutability": "nonpayable","type": "constructor"}]).at("0x4ea687f88f11eb5ceab86a3c06f769c904d70625")
  1. 最終結果會是這樣,再按下Enter。

上一篇
鐵人30天之Day 27
下一篇
鐵人30天之Day 29
系列文
不緊張的私有鏈玩玩看實作30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言