Skip to content

PradyumnaKrishna/bitnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitnode (under-development)

Setup the Development Environment

Steps to setup the developer environment are given below, git and python (3.8+ recommended) are required.

  1. Clone this repository

    git clone <repository-url>
    cd bitnode
  2. Create a Virtual Environment (Optional)

    python3 -m venv .venv
    
    source .venv/bin/activate  # Linux or MacOS
    source .venv/bin/activate.bat  # Windows
  3. Install requirements

    pip install -r requirements-dev.txt
  4. To run the web app, run the following command inside bitnode folder

    cd bitnode
    uvicorn main:app

    or use aditional options

    uvicorn main:app --reload --host 0.0.0.0 --port 5000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published