Node Interaction
Working with Arcology Network
Last updated
Working with Arcology Network
Last updated
Arcology Network fully supports the standard Ethereum RPC API. In short, all Ethereum RPC interfaces starting with eth
are supported by Arcology. In addition, Arcology also added the following batch RPC methods to improve the performance of the network:
RPC Methods | Description | Batch Limit |
---|---|---|
arn_sendRawTransactions
Send a batch of pre-signed transactions to the network. When combined with RPC caching strategies, this method is particularly effective in reducing the number of RPC calls, especially during high network activity.
5,000