Skip to content

hudavn/smart-contract-with-brownie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Storage with Brownie

This is my first smart contract practicing with Brownie.

Some code are forked from https://github.com/PatrickAlphaC/simple_storage/blob/main/SimpleStorage.sol

Something I have achieved after finishing this:

  • Learn how to deploy SC easier by using Brownie
  • Test contract
  • Deploy to a testnet through third-party like Infuria
  • Make private key more secure by using accounts module of Brownie
  • Using .env and brownie-config.yaml in basic
  • Working with Brownie console