#
brownie
Here are 977 public repositories matching this topic...
good first issue
Good for newcomers
-
Updated
May 2, 2022 - Solidity
Smart contract for performing arbitrage between Uniswap and Sushiswap
-
Updated
May 5, 2022 - Solidity
Stake ERC721 Tokens to claim ERC20 Tokens
-
Updated
Apr 27, 2022 - Solidity
Decentralized Lottery by DAPP-Z 💰
python
golang
nextjs
solidity
chainlink
ethersjs
brownie
web3-react
openzeppelin-upgrades
chainlink-vrf
upgradeable-smart-contract
-
Updated
May 5, 2022 - JavaScript
Decentralized Auction by DAPP-Z 🏆
python
golang
nextjs
solidity
ethersjs
brownie
web3-react
openzeppelin-upgrades
upgradeable-smart-contract
-
Updated
May 8, 2022 - JavaScript
Solidity opcode viewer - archived, use https://github.com/HyperLink-Technology/brownie
-
Updated
Apr 21, 2019 - Python
This a smart contract for performing arbitrage with AAVE flashloan between Uniswap & Sushiswap
-
Updated
May 5, 2022 - Solidity
NFT project on Polygon blockchain
-
Updated
Jan 9, 2022 - JavaScript
The HEART token is an ERC20 governance token for directing the flow of social impact resources from HeartRithm crypto quant fund
ethereum
blockchain
heart
dao
solidity
social-impact
governance
erc20
solidity-contracts
erc20-tokens
brownie
governance-token
-
Updated
Mar 5, 2022 - Python
A Non-fungible Token (NFT) Framework including Serial Numbers and Identity, written in Solidity and Eth-Brownie Framework.
-
Updated
Oct 16, 2020 - Python
This is my first smart contract practicing with Brownie.
-
Updated
Feb 4, 2022 - Python
Buidling smart contract with Brownie that fund and withdraw Ethereum from users
-
Updated
Feb 5, 2022 - Solidity
Personalized generative Gum NFTs on Polygon blockchain.
-
Updated
Feb 5, 2022 - Python
Improve this page
Add a description, image, and links to the brownie topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the brownie topic, visit your repo's landing page and select "manage topics."


There is a little typo in the following file :
scripts/vrf_scripts/01_deploy_vrf.pyThe 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:
Have a good day!