-
Updated
Mar 31, 2022
chainlink
Here are 799 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 1, 2022 - JavaScript
I am seeing that my local testing with ganche-cli is causing some issues connecting to the same network.
Repro steps:
- Set the default network in the yanl file to
ganache
. - Install ganache-cli via npm. Start ganache-cli in one terminal tab.
- Open a new terminal tab and add a ganache network.
brownie networks add Ethereum ganache host=http://localhost:8545 chainid=1337
. - Run
-
Updated
Jun 20, 2018 - Ruby
-
Updated
Oct 3, 2021 - JavaScript
-
Updated
Apr 4, 2022 - Solidity
-
Updated
Jan 24, 2022 - JavaScript
-
Updated
Apr 4, 2022 - Go
-
Updated
Mar 7, 2022 - Solidity
-
Updated
Mar 19, 2022 - Python
-
Updated
Apr 4, 2022 - JavaScript
-
Updated
Jan 26, 2021 - JavaScript
-
Updated
Apr 2, 2022 - Solidity
-
Updated
Mar 6, 2022 - JavaScript
-
Updated
Mar 30, 2022 - Python
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.
-
Updated
Nov 15, 2021 - TypeScript
-
Updated
Apr 4, 2022 - Go
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
parity
toopenethereum
, 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