Skip to main content
Link
Menu
Expand
(external link)
Document
Search
Copy
Copied
About Treasurenet
Core Concepts
Layer 1 built on RWA Production
Producers
TN Gateway and Tools
Decentralized RWA Audit
Stake & Bonus Stake
Tokenomics
$UNIT Token
$TAT Token
General Supply Framework
dApps Under Development
Stablecoin dApp - USTN
Native Exchange dApp - TN DEX
Further Examples of Use Cases using Treasurenet
Fundamentals
Digital Wallets
Metamask
Coinbase Wallet
Keplr
Transfer Tokens
USTN Finance Platform
Operation Guide
FAQ
Governance
Getting Involved
Community Pool
Assets Production
Producer Portal
Connection Guidelines
TAT Mint by Asset-Class
Pilot real-world connection
Pilot Producer Guide
Producer Registration
Well Management
Automatic Upload Tools
Expense
Mint TAT
Messages
New Asset Workflow Registration
For Delegaters
Operation Guide
Staking
Staking Boosting
For Validators
Basic Concepts
Validator & Delegator
Becoming a Validator
Consensus Rewards
Quick Start
treasurenetd
Run a Node
Init
Setup & Configuration
Run a Validator
Configuration
Join test-net
Join main-net
Treasurenet Genesis Validator Setup
FAQ
For Dapp Devs
Quick Connect
TN-Gateway
Clients
Guides
Wallet Intergation
Issuing ERC-20/ERC-721/ERC-1155 Tokens
Trace Transactions
Query Balances
Localnet
Single Node
Multi Node
Testnet command
Testnet
Faucet
Treasurenet EVM Tooling
Remix:Deploying a Smart Contract
Hardhat:Deploying a Smart Contract
Truffle:Deploying a Smart Contract
Client Libraries
Address converter
Ethereum JSON-RPC
JSON-RPC Methods
Cosmos gRPC & REST
For Protocol Devs
Basic Concepts
Accounts
Transactions
Encoding
Gas and Fees
Multisig
Modules
Auth
Bank
Mint
Staking
Slashing
Gov
Distribution
Genesis.json
Block Explorers
Home
For Dapp Devs
Ethereum JSON-RPC
JSON-RPC Methods
Navigation Structure
Table of contents
JSON-RPC Methods
Endpoints
JSON-RPC Methods
Endpoints
Method
Namespace
Implemented
Public
Notes
web3_sha3
Web3
✔
✔
eth_protocolVersion
Eth
✔
✔
eth_syncing
Eth
✔
✔
eth_gasPrice
Eth
✔
✔
eth_accounts
Eth
✔
✔
eth_blockNumber
Eth
✔
✔
eth_getBalance
Eth
✔
✔
eth_getStorageAt
Eth
✔
✔
eth_getTransactionCount
Eth
✔
✔
eth_getBlockTransactionCountByNumber
Eth
✔
✔
eth_getBlockTransactionCountByHash
Eth
✔
✔
eth_getCode
Eth
✔
✔
eth_sign
Eth
✔
✔
eth_sendTransaction
Eth
✔
✔
eth_sendRawTransaction
Eth
✔
✔
eth_call
Eth
✔
✔
eth_estimateGas
Eth
✔
✔
eth_getBlockByNumber
Eth
✔
✔
eth_getBlockByHash
Eth
✔
✔
eth_getTransactionByHash
Eth
✔
✔
eth_getTransactionByBlockHashAndIndex
Eth
✔
✔
eth_getTransactionReceipt
Eth
✔
✔
eth_newFilter
Eth
✔
✔
eth_newBlockFilter
Eth
✔
✔
eth_newPendingTransactionFilter
Eth
✔
✔
eth_uninstallFilter
Eth
✔
✔
eth_getFilterChanges
Eth
✔
✔
eth_getFilterLogs
Eth
✔
✔
eth_getLogs
Eth
✔
✔
eth_coinbase
Eth
✔
eth_getProof
Eth
✔
eth_subscribe
Websocket
✔
eth_unsubscribe
Websocket
✔
personal_importRawKey
Personal
✔
❌
personal_listAccounts
Personal
✔
❌
personal_lockAccount
Personal
✔
❌
personal_newAccount
Personal
✔
❌
personal_unlockAccount
Personal
✔
❌
personal_sendTransaction
Personal
✔
❌
personal_sign
Personal
✔
❌
personal_ecRecover
Personal
✔
❌
personal_initializeWallet
Personal
✔
❌
personal_unpair
Personal
✔
❌
debug_traceBlock
Debug
✔
debug_traceBlockByNumber
Debug
✔
debug_traceBlockByHash
Debug
✔
debug_traceTransaction
Debug
✔
miner_getHashrate
Miner
✔
❌
No-op
miner_setExtra
Miner
✔
❌
No-op
miner_setGasPrice
Miner
✔
❌
Needs node restart
miner_start
Miner
✔
❌
No-op
miner_stop
Miner
✔
❌
No-op
miner_setGasLimit
Miner
✔
❌
No-op
miner_setEtherbase
Miner
✔
❌
txpool_content
TxPool
✔
txpool_inspect
TxPool
✔
txpool_status
TxPool
✔