[Javascript] 以太坊: web3.js

web3.js

web3.js documentation

web3.js 中文手冊

DApp 開發 - 使用 web3.js

乙太坊 JavaScript 庫:web3.js 與 ethers.js 比較(第一部分)


Web3.js則是由Javascript撰寫的Ethereum JavaScript API,它把以太坊的 JSON-RPC API 重新封裝過,並添加一下實用的函式庫。Web3.js提供了一些基本操作,譬如getBalane()、sendTransaction()…等,也可以利用 Web3.js來幫我們佈署smart contract到Ethereum網路上。它不像 Geth 或 Parity 本身就具有 JSON-RPC Server 的功能,它必須要倚賴其他 JSON-RPC Server 跟以太坊區塊鏈溝通。


#Web3.js, Ethereum, 以太坊

留言