Run a private Neo blockchain from a Docker container with a wallet preloaded with 100 Million Neo and 16k Gas.

    Next tutorial (deploying a smart contract): https://www.youtube.com/watch?v=OP8z8OLKwC0

    Neo private-chain docker container
    https://hub.docker.com/r/metachris/neo-privnet-with-gas/

    Download Docker

    Home

    Neo Official Site
    https://neo.org/

    Docker commands
    https://docs.docker.com/engine/reference/commandline/docker/

    Commands Used in Video

    docker pull metachris/neo-privnet-with-gas

    docker run -d –name neo-privnet-with-gas -p 20333-20336:20333-20336/tcp -p 30333-30336:30333-30336/tcp metachris/neo-privnet-with-gas

    curl -o neo-privnet.wallet https://s3.amazonaws.com/neo-experiments/neo-privnet.wallet

    python3 prompt.py -p

    3 Comments

    1. Thanks for the tutorial; I followed all the steps and I get "NEO cli. Type 'help' to get started" but when I send "open wallet neo-privnet.wallet" it says "wallet file not found"; it does not even prompt with password request. Am I missing something? Thanks

    Leave A Reply
    Share via