Subscription methods

Specific events that occur on the Ethereum main chain can be received and processed, such as: an address receives an ERC20 token, an account has a transaction, etc.

In order to cope with the programming challenges brought by traditional Websockets and the unreliability caused by various reasons, SolarPath has extended the event subscription mechanism, and Event Hook was born. Developers only need to log in to the SolarPath Dashboard to add or reduce event notifications. A small amount of additional code is required to receive specific events from Ethereum.

Best Practices

  • To realize the subscription function, please use the extended event model Event Hook provided by SolarPath, please see: Event Hook

JSON RPC Methods

Last updated