Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1004 Bytes

neo-local.md

File metadata and controls

28 lines (19 loc) · 1004 Bytes

Installing neo-local

neo-local it's the easiest way to install:

  • privnet - private blockchain
  • neo-python - development CLI
  • neo-scan - block explorer
  • postgre - db for neo-scan

Download, installation and running neo-local

Windows - details: click here

  1. clone repository neo-local to some folder:
    git clone https://github.com/neoauth/neo-local.git

  2. cd into neo-local repository:
    cd /neo-local

  3. run command:
    make start
    It will take a while to download and run all containers. After installation finishes, automatically will launch neo-python CLI and your console window will look similar to that:
    neo-scan instalacja

  4. To exit neo-python console write command exit

  5. To stop whole network, within terminal run command make stop