Skip to content

Cyfrin/brownie-stablecoin-v23

Repository files navigation

Getting Started

Requirements

  • git
    • You'll know you did it right if you can run git --version and you see a response like git version x.x.x
  • Python
    • You'll know you've installed python right if you can run:
      • python --version or python3 --version and get an ouput like: Python x.x.x
  • pip
    • You'll know you did it right if you can run pip --version or pip3 --version and get an output like pip x.x from /some/path/here (python x.x)
  • poetry
    • You'll know you did it right if you can run poetry --version and get an output like Poetry version (x.x.x)

Quickstart

  1. Clone the repo
git clone https://github.com/patrickalphac/brownie-stablecoin-v23
cd brownie-stablecoin-v23
  1. Install dependencies
poetry install 
  1. Run the tests
poetry run brownie test

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages