Using External Libraries
Last updated
Was this helpful?
Last updated
Was this helpful?
Sending raw RPC requests can be error-prone and sometimes overwhelming. This guide will list some common external libraries for the Ethereum ecosystem that are compatible with the Stargazer ChainProvider.
The package is a general purpose library for interacting with the ethereum ecosystem. It offers different features from contract interaction to message signing for wallets.
In there are different types of providers, the Stargazer is compatible with .
Once the is created you can start interacting with the network using this library.
The library offers a simple but powerful API to interact with the ethereum ecosystem using , HTTP, IPC or WebSocket providers.
The library reveals the class which is compatible with the Stargazer .
Once the object is created you can start interacting with the network using this library.