Skip to content

Patrick Collin's Freecodecamp course on Solidity. Lesson 13 (Last lesson)

Notifications You must be signed in to change notification settings

micha1805/defi-stake-yield-brownie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack DeFi app

With this app you can stake coins. The backend is in brownie/python the frontend is written in React/TypeScript.

To run the backend you need an .env file like so:

export PRIVATE_KEY=0x123456abcdef
export WEB3_INFURA_PROJECT_ID=123456abcdef
export ETHERSCAN_TOKEN=12345ABCDEFG
export PINATA_API_KEY=123456abcdef
export PINATA_API_SECRET=123456abcdef
export UPLOAD_IPFS=false