Node Interaction

Working with Arcology Network

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 MethodsDescriptionBatch 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

Last updated