remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
remix-project/remix-simulator
aniket-engg 08ace9b736 bump version 5 years ago
..
bin add optioan to specify rpc server option 5 years ago
src cleanup 5 years ago
test update/fix test (blocks start at 0) 5 years ago
README.md cleanup 5 years ago
index.js address linting issues 6 years ago
package-lock.json updated package-lock.json 5 years ago
package.json bump version 5 years ago

README.md

remix-simulator

Implemented:

  • web3_clientVersion
  • web3_sha3
  • net_version
  • net_listening
  • net_peerCount
  • eth_protocolVersion
  • eth_syncing
  • eth_coinbase
  • eth_mining
  • eth_hashrate
  • [~] eth_gasPrice
  • [~] eth_accounts
  • eth_blockNumber
  • eth_getBalance
  • [_] eth_getStorageAt
  • eth_getTransactionCount
  • eth_getBlockTransactionCountByHash
  • eth_getBlockTransactionCountByNumber
  • [~] eth_getUncleCountByBlockHash
  • [~] eth_getUncleCountByBlockNumber
  • eth_getCode
  • [~] eth_sign
  • eth_sendTransaction
  • [_] eth_sendRawTransaction
  • eth_call
  • [~] eth_estimateGas
  • eth_getBlockByHash
  • eth_getBlockByNumber
  • eth_getTransactionByHash
  • eth_getTransactionByBlockHashAndIndex
  • eth_getTransactionByBlockNumberAndIndex
  • eth_getTransactionReceipt
  • [_] eth_getUncleByBlockHashAndIndex
  • [_] eth_getUncleByBlockNumberAndIndex
  • eth_getCompilers (DEPRECATED)
  • eth_compileSolidity (DEPRECATED)
  • eth_compileLLL (DEPRECATED)
  • eth_compileSerpent (DEPRECATED)
  • [_] eth_newFilter
  • [_] eth_newBlockFilter
  • [_] eth_newPendingTransactionFilter
  • [_] eth_uninstallFilter
  • [_] eth_getFilterChanges
  • [_] eth_getFilterLogs
  • eth_getLogs
  • [_] eth_getWork
  • [_] eth_submitWork
  • [_] eth_submitHashrate
  • [_] eth_getProof
  • [_] db_putString
  • [_] db_getString
  • [_] db_putHex
  • [_] db_getHex
  • shh_version
  • [_] shh_post
  • [_] shh_newIdentity
  • [_] shh_hasIdentity
  • [_] shh_newGroup
  • [_] shh_addToGroup
  • [_] shh_newFilter
  • [_] shh_uninstallFilter
  • [_] shh_getFilterChanges
  • [_] shh_getMessages
  • [_] bzz_hive (stub)
  • [_] bzz_info (stub)
  • [_] debug_traceTransaction
  • eth_subscribe
  • eth_unsubscribe
  • [_] miner_start
  • [_] miner_stop
  • [_] personal_listAccounts
  • [_] personal_lockAccount
  • [_] personal_newAccount
  • [_] personal_importRawKey
  • [_] personal_unlockAccount
  • [_] personal_sendTransaction
  • [_] rpc_modules
  • [_] web3_clientVersion
  • [_] web3_sha3