Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup connection to blockchain & create substrate client (should impl Client) #12

Closed
Tracked by #8
tbraun96 opened this issue Nov 6, 2023 · 1 comment
Closed
Tracked by #8
Assignees

Comments

@tbraun96
Copy link
Collaborator

tbraun96 commented Nov 6, 2023

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.

@tbraun96 tbraun96 mentioned this issue Nov 6, 2023
9 tasks
@tbraun96 tbraun96 self-assigned this Nov 6, 2023
@shekohex
Copy link
Contributor

I believe this one is done in your #37 PR? Right @tbraun96 ? If that so, please close this task.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants