chainlink-mix icon indicating copy to clipboard operation
chainlink-mix copied to clipboard

Working with smart contracts with eth-brownie, python, and Chainlink.

Results 10 chainlink-mix issues
Sort by recently updated
recently updated
newest added

```suggestion .connect(0xd662F96359b34Fb3430e81Bb0a1b6C0B49F36CE6) ``` __Originally posted by @JMP2590 in https://github.com/JMP2590/chainlink/pull/39#discussion_r876585288__

There is a little typo in the following file : `scripts/vrf_scripts/01_deploy_vrf.py` The deploy function is called : ```python depoly_vrf() ``` It should obviously be called : ```python deploy_vrf() ``` It's...

good first issue

As now, Type hinting is strongly recommended by the whole Python community and is a huge step ahead while debugging, since that information can be used for static analysis. The...

enhancement

I am seeing that my local testing with ganche-cli is causing some issues connecting to the same network. Repro steps: 1. Set the default network in the yanl file to...

enhancement
good first issue
Hacktoberfest

So i wanted to try to withdraw the assets that i landed on aave. Ichecked the aave v2 documentetation and it told me to use the withdraw function, i used...

Now we have chainlink at Goerli and Kovan/Ropsten are deprecated, so should we add goerli params to config? It will be very uesfull. I used these for API calls: ```...

Hi, we recently have conducted a systematic study about Solidity event usage, evolution, and impact, and we are attempting to build a tool to improve the practice of Solidity event...

I could run the other 3 tests fine. But the test_api_consumer.py just stuck: Brownie v1.19.3 - Python development framework for Ethereum ============================= test session starts =================================== platform win32 -- Python...

Your instructions in the READE.md are wrong: 1. This git clone https://github.com/PatrickAlphaC/chainlink-mix will get you an older version. Instead, it should be https://github.com/smartcontractkit/chainlink-mix.git 2. This also gives you an older...

Why have you'll migrated to sepolia from goerli even though it is not supported by the Chainlink VRF?