SeedCard is a physical key card that simplifies the process of holding, exchanging, and trading Bitcoin.
1. Ensure python is install on the computer system
2. Setup the python environment using "python3 -m venv env"
3. Install all the project dependencies using pip3
> pip3 install -r requirements.txt
4. To run the API:
> run python3 app.py