You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a Client implementation that actually connects to the substrate blockchain. As of now, we are using mock blockchains in the form of servers or in-memory databases. We will need a real Client that accepts an address and outputs a connection to the blockchain itself, including the relevant API calls for accessing the pallets.
The text was updated successfully, but these errors were encountered:
We need a
Client
implementation that actually connects to the substrate blockchain. As of now, we are using mock blockchains in the form of servers or in-memory databases. We will need a realClient
that accepts an address and outputs a connection to the blockchain itself, including the relevant API calls for accessing the pallets.The text was updated successfully, but these errors were encountered: