-
Updated
Apr 11, 2022
chainlink
Here are 891 public repositories matching this topic...
.env
Hi, Patrick
Can you please only leave the .env.example file and delete the .env one?
Us newbies might end up leaving our mneumonic exposed, because .gitignore does not ignore files that are already there on github.
Thanks for all the top-notch teaching.
-
Updated
Apr 12, 2022 - JavaScript
There is a little typo in the following file :
scripts/vrf_scripts/01_deploy_vrf.py
The deploy function is called :
depoly_vrf()It should obviously be called :
deploy_vrf()It's nearly invisible because as it's called the same way in the main function it's still working properly:
def main():
depoly_vrf()Have a good day!
-
Updated
Jun 20, 2018 - Ruby
-
Updated
May 10, 2022 - Solidity
-
Updated
Oct 3, 2021 - JavaScript
-
Updated
Jan 24, 2022 - JavaScript
-
Updated
May 10, 2022 - Solidity
-
Updated
Apr 20, 2022 - Python
-
Updated
Apr 5, 2022 - JavaScript
-
Updated
May 2, 2022 - Solidity
-
Updated
Jan 26, 2021 - JavaScript
-
Updated
Mar 6, 2022 - JavaScript
-
Updated
May 6, 2022 - Python
-
Updated
May 3, 2022 - Solidity
https://github.com/OpenZeppelin/damn-vulnerable-defi/tree/v1.0.0
OpenZepplin is probably the gold standard for security, and they made a list of challenges to sharpen your white hat hacking skills and spot vulnerable code.
Improve this page
Add a description, image, and links to the chainlink topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chainlink topic, visit your repo's landing page and select "manage topics."
Description
Change links and references in the docs to run an Ethereum node from
paritytoopenethereum, and change these references in the code too.Motivation
Currently, docs about running an Ethereum node states that you can use parity-ethereum, but the project is no longer maintained.
There's also lots of comments and b