มาเรียนรู้วิธีการเขียนโปรแกรมเชื่อมต่อกับบล็อกเชน และ Smart Contract กันเถอะ
Let's learn how to develop software connecting to Blockchains and Smart Contracts.
git clone https://github.com/earthchie/DApp-Client-Tutorial/
cd ./DApp-Client-Tutorial
npm i
JBC RPC https://rpc-l1.jibchain.net
BSC RPC list https://docs.binance.org/smart-chain/developer/rpc.html
BSCScan Testnet https://testnet.bscscan.com/
Faucet (Free BNB for Testnet) https://testnet.binance.org/faucet-smart
DEX Testnet (PancakeSwap & BekerySwap) https://bsc.kiemtienonline360.com/
บทเรียนนี้ผู้เรียนจะได้ศึกษาวิธีเชื่อมต่อกับบล็อกเชนผ่าน RPC อ่านข้อมูล Block Number และสร้างกระเป๋าไว้ใช้งานในภายหลัง
In this chapter, you'll learn how to connect to blockchain RPC, get a block number, and create a wallet for future projects.
ในบทเรียนนี้ ผู้เรียนจะได้ศึกษาวิธีการเช็คยอดคงเหลือของเงินสกุล JBC ซึ่งเป็นเงินสกุลหลักบน Binance Smart Chain
In this chapter, you'll learn how to check the balance of JBC, a native currency for JIB Chain.
ในบทเรียนนี้ ผู้เรียนจะได้ศึกษาวิธีการเช็คยอดคงเหลือของโทเคน ตามมาตรฐาน ERC-20
In this chapter, you'll learn how to check the balance of the ERC-20 token.
ในบทเรียนนี้ ผู้เรียนจะได้เรียนรู้คำสั่งโอน JBC ไปยังกระเป๋าปลายทางที่กำหนด
In this chapter, you'll learn how to transfer JBC to a specific recipient address.
ในบทเรียนนี้ ผู้เรียนจะได้ศึกษาวิธีการโอนเหรียญ ERC-20 ไปยังกระเป๋าปลายทางที่กำหนด
In this chapter, you'll learn how to transfer an ERC-20 token to a specific recipient address.
ในบทเรียนนี้ ผู้เรียนจะได้ศึกษาวิธีการหาอัตราแลกเปลี่ยน จากกระดาน DEX เช่น PancakeSwap
In this chapter, you'll learn how to get an exchange rate of tokens from DEX (e.g. PancakeSwap).
ในบทเรียนนี้ ผู้เรียนจะได้ศึกษาวิธีการเฝ้าติดตามราคาของเหรียญที่สนใจ
In this chapter, you'll learn how to monitor the exchange rate of tokens, constantly.
ในบทเรียนนี้ ผู้เรียนจะได้ศึกษาวิธีการใช้คำสั่งแลกเปลี่ยนเหรียญบนกระดาน DEX
In this chapter, you'll learn how to swap tokens using DEX.
ในบทเรียนนี้ ผู้เรียนจะได้มีโอกาสเขียนบอทอย่างง่าย เพื่อให้สร้างคำสั่งซื้อ/ขาย เหรียญ เมื่ออัตราแลกเปลี่ยนถึงราคาที่ต้องการ
In this chapter, you'll learn how to place a buy/sell limit order when the exchange rate reaches a specific price.
ในบทเรียนนี้ ผู้เรียนจะได้มีโอกาสเขียนบอท Rebalancing อย่างง่าย ซึ่งเป็นกลยุทธ์ที่มีประสิทธิภาพและมีความเสี่ยงปานกลาง
In this chapter, you'll learn how to create a Rebalancing bot. This strategy is efficient and has a moderate risk.