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
Windows - details: click here
-
clone repository neo-local to some folder:
git clone https://github.com/neoauth/neo-local.git
-
cd into neo-local repository:
cd /neo-local
-
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:
-
To exit neo-python console write command
exit
-
To stop whole network, within terminal run command
make stop