Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hayotensor/mesh-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

How to run

Start Blockchain

See blockchain repository and start blockchain node in a separate CLI

./target/release/solochain-template-node --dev

Start Bootnode & Bootnode API (using mesh-template)

https://github.com/hayotensor/mesh-template

mesh-dht-api \ 
  --host_maddrs /ip4/0.0.0.0/tcp/31330 /ip4/0.0.0.0/udp/31330/quic \
  --announce_maddrs /ip4/{your_id}/tcp/31330 /ip4/{your_id}/udp/31330/quic \
  --identity_path pk.id

Start App

uvicorn app.main:app --reload --port 8001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published