https://github.com/andres15alvarez/crowdfunding
Smart Contract in Solidity and method in python to interact with it
https://github.com/andres15alvarez/crowdfunding
blockchain solidity web3 web3py
Last synced: 2 months ago
JSON representation
Smart Contract in Solidity and method in python to interact with it
- Host: GitHub
- URL: https://github.com/andres15alvarez/crowdfunding
- Owner: andres15alvarez
- License: mit
- Created: 2022-01-09T00:05:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T15:27:57.000Z (about 3 years ago)
- Last Synced: 2025-01-17T13:29:58.802Z (4 months ago)
- Topics: blockchain, solidity, web3, web3py
- Language: Solidity
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crowdfunding Smart Contract
### This smart contract can be used to create multiple crowdfunding project, establish a goal and receive donations. When the total of donations is equal or greater than the goal, a percentage will be deposit in the account of the person whom deployed the contract and the rest of the money will be deposit in the account of the project owner.### This smart contract was deployed in Ethereum testnet (Ropsten), Polygon testnet (Mumbai) and Binance Smart Chain testnet.
## Ropsten contract address:
0x078cEb1E7d8F7Db90b273535FEdD082F7fB3Cc9C
### Ropsten Etherscan:
https://ropsten.etherscan.io/address/0x078ceb1e7d8f7db90b273535fedd082f7fb3cc9c## Mumbai contract address:
0xDD3d422AFf7eE7Dcc78da41bB4D9831Bb6599333
### Mumbai polygonscan:
https://mumbai.polygonscan.com/address/0xdd3d422aff7ee7dcc78da41bb4d9831bb6599333## BSC testnet contract address:
0xd8Fc03AfE87109ef5C13674183bF0E7E1fa53d88
### Testnet bscscan:
https://testnet.bscscan.com/address/0xd8Fc03AfE87109ef5C13674183bF0E7E1fa53d88### Celo Alfajores contract address:
0xDD3d422AFf7eE7Dcc78da41bB4D9831Bb6599333### Alfajores blockscout
https://alfajores-blockscout.celo-testnet.org/address/0xDD3d422AFf7eE7Dcc78da41bB4D9831Bb6599333/transactions# Web3.py API
### There are an api folder wich have methods to interact with the smar contract using python.