abrosua / brownie-fund-me

First journey to the blockchain engineering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fund Me Smart Contract

This is my first step into the blockchain engineering.

Create a smart contract that allow user to transfer fund with minimum amount, and only allow the contract owner to withdraw the funds. The project is built using brownie.

This project includes:

  1. Smart contract development
  2. Deployment
  3. Testing

The project is part of the Blockchain Tutorial by freeCodeCamp

About

First journey to the blockchain engineering

License:MIT License


Languages

Language:Solidity 54.8%Language:Python 45.2%