Last updated
Last updated
Decentralized Applications can integrate SumerSDK to start tracking events, errors, and user actions all over in. Sumer prepares the collected data and users can inspect for insights and behavioral patterns.
The allows RPC requests observing that may occur within a Decentralized Application while using an and interacting with the .
As described in the , register your DApp and get a unique key that will be used to identify your DApp and start tracking transactions and go on.
The Sumer SDK currently has full support on , , and . Once integrated, all transactions activity will be captured and observed while being available for monitorization in the .
Once the SDK is initialized for Ethers and Web3-React integrations, you are set to go!
For wagmi.sh implementations, use the Sumer.observe()
method over the provider returned by the wagmi.configureChains()
function:
In the case of contracts executions, use the static method Sumer.contract()
from the Sumer Interface
to observe an ethers.js
contract instance:
The SDK allows the developer to create an extended observer targeting the desired object:
If you want to use other web3 react hooks libraries, and you may have any trouble implementing it, please contact us to provide .
Plug-and-play.