Skip to content

marcinbodnar/debugger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard

Development

Don't forget to run the nearcore node first.

Run backend:

virtualenv .env --python=python3
# Activate .env, e.g. .env/bin/activate

cd block-explorer-api/
python setup.py install

cd src/near/block_explorer_api
python app.py

Run frontend:

cd web-ui/
npm install
cat "REACT_APP_API_URL=http://127.0.0.1:5000" > .env
npm start

About

NEAR Protocol Debugger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 46.6%
  • Python 42.7%
  • CSS 6.0%
  • Rust 2.0%
  • HTML 1.4%
  • Dockerfile 0.7%
  • Shell 0.6%