niy42 / brownie_fund_me1

Interacting with funding and withdrawal functions of a deployed contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brownie fundMe project

involves the following

  • creating fundme and withdrawal functions in contract fundME using solidity
  • deploying contract using python3 to various test networks
    • mainnet-fork (Infura)
    • mainnet-fork-dev (Alchemy)
    • ganache-local (GUI - persistent development)
    • brownie ganache(development)
  • funding and withdrawing deployed contract
  • testing fund and withdrawal functions using brownie test

About

Interacting with funding and withdrawal functions of a deployed contract


Languages

Language:Solidity 62.2%Language:Python 37.8%