#
Python
Python is a dynamically-typed garbage-collected programming language developed by Guido van Rossum in the late 80s to replace ABC. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.
Here are 828 public repositories matching this topic...
good first issue
Good for newcomers
I'm sharing everything I'm learning to become a Blockchain Engineer
-
Updated
Jun 15, 2022 - Solidity
-
Updated
May 2, 2022 - Solidity
Examples to get started with Solidity programming language
python
programming-language
tutorial
blockchain
solidity
web3
dapps
smart-contract
solidity-language
-
Updated
Mar 4, 2022 - Solidity
-
Updated
Sep 30, 2021 - Solidity
A Blockchain Based Tracking System and Immunity Certificate Platform To Detect Virus-Free Zones
-
Updated
May 30, 2021 - Solidity
DeFi contracts - aave, chainlink, dai, compound, maker dao, gnosis, uniswap, erc20, erc721, erc1155. Running on Brownie, Hardhat and Truffle with Ganache.
nodejs
python
ethereum
smart-contracts
truffle
solidity
web3
eth
evm
erc20
truffle-framework
chainlink
ganache
erc721
defi
brownie
-
Updated
Jun 1, 2022 - Solidity
A simple lottery smart contract with basic lottery functionalily i.e. start lottery , get entrance fees , enter lottery , end lottery , view lottery balance , view winner etc and with additional functions to add profit percentage for the contract owner, and to withdraw the profits earned by the contract etc.
python
ethereum
smart-contracts
solidity
lottery
lottery-game
dapps
hardhat
dapps-development
brownie
-
Updated
Nov 26, 2021 - Solidity
Buidling smart contract with Brownie that fund and withdraw Ethereum from users
-
Updated
Feb 5, 2022 - Solidity
Blockchain Concepts
-
Updated
Jan 17, 2022 - Solidity
Inspired by http://trufflesuite.com/tutorial/ with a python interface
-
Updated
Jan 22, 2022 - Solidity
Upgradeable smart contracts implementing EIP1967 standard using Brownie and OpenZeppelin contracts.
-
Updated
Nov 26, 2021 - Solidity
In this project I interacted with AAVE, a DeFi protocol, using brownie, a python package use for WEB3 development. Main interaction was done with the smart contracts of the DeFi protocol. The python script that was implemented called mainly three functions form the contract Borrow, Repay and Withdraw
-
Updated
Jun 12, 2022 - Solidity
Smart Contract Application for eth Fund
-
Updated
Oct 18, 2021 - Solidity
Interacting with the Aave protocol
-
Updated
Jan 26, 2022 - Solidity
Aave ERC20 tokens staking
-
Updated
Feb 18, 2022 - Solidity
Python brownie framework template for start building smart contract easily.
-
Updated
Nov 20, 2021 - Solidity
Users can enter lottery with ETH based on a USD Fee. Admin will choose when lottery is over The lottery will select random winner. SmartContract Lottery in Solidity. Scripts to deploy & test in Python. Brownie framework used. Chainlink Price Feed used. Chainlink VRF used for generating randomn number to choose winner in completely decentralised manner. True Randomness with Chainlink VRF. Link Tokens - Oracle Gas used. Funded chainlink contract with link token before using randomness. Deployed on ganache local & testnet rinkeby.
-
Updated
Mar 7, 2022 - Solidity
Created by Guido van Rossum
Released February 20, 1991
- Organization
- python
- Website
- www.python.org
- Wikipedia
- Wikipedia
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!