apeworx-starter-kit
apeworx-starter-kit copied to clipboard
A repo dedicated to showing how to make smart contracts in a purely pythonic environment
Out of the box I'm receiving a contract logic error with the VRF test. I haven't discovered the issue yet.
Note: Since ape has a hard time running tests in a non-local network environment, this might have to wait. Related issue in ape: https://github.com/ApeWorX/ape/issues/935
Deploying to ethereum:sepolia:alchemy gives below error Ape command: ape run scripts/deploy_price_feed_consumer.py --network ethereum:sepolia:alchemy Error: File "/Users/yalam/Documents/chainlink/apeworx-starter-kit/scripts/helper_functions.py", line 86, in get_or_deploy_contract for contract_and_address in config.deployments[ecosystem][chain_name] ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ TypeError: 'DeploymentConfigCollection' object is not...