ethereum
一個用於 Dart 的以太坊 JSON RPC 2.0 客戶端。將以太坊 API 呼叫與 Dart 類型相互介接。
適用於 Dart 的以太坊 RPC 客戶端
^0.2.0>=0.5.0 <2.0.0^1.2.2^1.25.9^2.4.13^2.2.2^4.0.7^5.0.0^2.22.0以下為英文專案原文快照,最新內容請造訪 GitHub。
An ethereum RPC 2 client for Dart.
This package provides a client to access the Ethereum JSON RPC API documented here It uses the JSON RPC2 interface and can be configured to use any of the endpoints described except ipc. The client runs on the server using HTTP, and in the browser using both HTTP and web sockets.
The package currently implements most of the eth API and some of the admin API. Work is ongoing to complete the implementation of the admin API.
The mapping of Ethereum RPC data types to Dart types is as follows :-
Examples can be found in the examples directory, also the unit test suite contains examples of calling every API interface.
The package was tested against a geth client.