Skip to content

nimble-technology/nimble-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nimble Proxy

This repo is to hide network details and provide a unified interface to miners.

Development

Virtual Env

# create env and activate
make env
source ./nbenv/bin/activate

# install dependencies
brew install [email protected]
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 -m pip install -e ./

# format
make format

# clean after code dev
deactivate
make clean

Running the Application

# start dev server
# available at `http://127.0.0.1:8000`
# any code change triggers a server restart in dev
uvicorn main:app --reload

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published