apeworx-starter-kit icon indicating copy to clipboard operation
apeworx-starter-kit copied to clipboard

A repo dedicated to showing how to make smart contracts in a purely pythonic environment

Results 5 apeworx-starter-kit issues
Sort by recently updated
recently updated
newest added

Out of the box I'm receiving a contract logic error with the VRF test. I haven't discovered the issue yet.

needs information

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

enhancement
blocked

https://docs.chain.link/docs/make-a-http-get-request/

enhancement

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...