Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.02 KB

File metadata and controls

47 lines (36 loc) · 1.02 KB

semux-ethrpc-interop

This project aims to enable the interoperability between Semux API and Ethereum JSON-RPC in order to increase the adoption of Semux.

Table of Contents

Usage

TODO

Tested Libraries

TODO

Supported RPC Methods

  • web3_clientVersion
  • web3_sha3
  • net_version
  • net_peerCount
  • net_listening
  • eth_syncing
  • eth_coinbase
  • eth_accounts
  • eth_blockNumber
  • eth_getBalance
  • eth_getTransactionCount
  • eth_getBlockTransactionCountByHash
  • eth_getBlockTransactionCountByNumber
  • eth_sign
  • eth_sendTransaction
  • eth_sendRawTransaction
  • eth_getBlockByHash
  • eth_getBlockByNumber
  • eth_getTransactionByHash
  • eth_getTransactionByBlockHashAndIndex
  • eth_getTransactionByBlockNumberAndIndex
  • eth_getTransactionReceipt

License

MIT © cryptokat