Skip to content

Commit

Permalink
Merge pull request smartcontractkit#858 from cromewar/cytools
Browse files Browse the repository at this point in the history
adding cytools error solution
  • Loading branch information
PatrickAlphaC authored Feb 11, 2022
2 parents c6d8229 + d330163 commit c2826e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chronological-issues-from-video.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ Or whatever version your `@chainlink` and `@openzeppelin` contracts need. For ex
## Integration Testing Issues
- In some integration tests, we do something like `time.sleep(60)`. Sometimes, you'll have to do much longer, we've had reports go up to `time.sleep(300)`. So, if you want to try that, go get a coffee break while your integration test runs!

## Python related issues
- In some environments Web3.py may not work due to the **Cytools** error, which means your computer lacks some `C` language libraries in order to execute.

[Here](https://medium.com/@cromewar/the-mighty-cytools-error-at-web3-smart-contract-development-with-brownie-63335d50f230) you can find a detailed guide about how to solve the problem.


## Lesson 3:
- [2:37:05](https://youtu.be/M576WGiDBdQ?t=9425) Kovan vs Rinkeby
- Our `FundMe.sol` needs to be deployed to the *rinkeby* chain to work, but if you go to try the price feeds from the Chainlink docs using the remix link, that one has the *kovan* price feeds in it, so needs to be deployed to kovan.
Expand Down

0 comments on commit c2826e1

Please sign in to comment.