This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Support starknet.py full node #76
Labels
size: 3 pieces
Moderately challenging, well-defined, may require a bit of research
Overview
Support full node.
Specification
When the user specifies a URI that is not
testnet
ormainnet
, have it use aFullnodeClient
fromStarknet.py
instead of theGatewayClient
it uses currently.The more challenging part here (with unknowns) is any potential differences that arise. Hopefully it is minimal in which case this a simple feature to support.
NOTE This will be needed for using Alchemy as a Starknet provider
Dependencies
Understanding of full node.
Review imports at the beginning of work.
Unknowns
Schema might be different vs the current returned value
The text was updated successfully, but these errors were encountered: