วันนี้มาลอง EOSIO Dawn 3.0 กัน
ก่อนอื่นไป clone eos มาไว้ในเครื่องเราก่อน
git clone https://github.com/eosio/eos — recursive
จากนั้นเข้าไปใน eos directory
cd eos
ต่อไปก็ทำการ build eos ด้วยคำสั่งด้านล่าง
./eosio_build.sh
output หลังจากทำการ run build script ./eosio_build.sh
build ไม่ผ่าน เพราะติดปัญหา “Failed to find Gettext libintl (missing: Intl_INCLUDE_DIR)”
ผมใช้ macOS High Sierra มีติดปัญหา EOS Failed to find Gettext libintl (missing: Intl_INCLUDE_DIR) ลองค้นหาทางแก้ดู ไปเจอ issue นี้ใน github https://github.com/EOSIO/eos/issues/2174 เค้าบอกให้ทำแบบนี้
brew link gettext — force
จากนั้นลอง run build script ใหม่อีกครั้ง ก็ผ่านไปได้ด้วยดี
build ผ่าน ก็จะได้หน้าตาแบบนี้
ถ้า build ผ่านเรียบร้อยไม่ติดอะไร เรามาลอง run eosio ในแบบ single-node blockchain กันดู
cd build/programs/nodeos
./nodeos -e -p eosio — plugin eosio::wallet_api_plugin — plugin eosio::chain_api_plugin — plugin eosio::account_history_api_plugin
We are producing block yes!
ขั้นตอนก็มีเท่านี้สำหรับการลง eosio และการ run eosio ในแบบ Single Node Testnet
ใน post หน้าเราจะมาลองสร้าง wallet, สร้าง account และ upload “currency” contract เข้าไปใน eos blockchain ที่อยู่บนเครื่องของเราครับ
Hi Gump, Very nice to see you got EOS Dawn 3.0 up and running today , been looking forward to see this, well done 😃
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks John, this is just the start.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @geeroz! You have completed some achievement on Steemit and have been rewarded with new badge(s) :
You got a First Vote
Click on any badge to view your own Board of Honor on SteemitBoard.
To support your work, I also upvoted your post!
For more information about SteemitBoard, click here
If you no longer want to receive notifications, reply to this comment with the word
STOP
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @geeroz! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Vote for @Steemitboard as a witness to get one more award and increased upvotes!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit