deanpress / neo-local

Start a local NEO blockchain with a single command

Home Page:https://neoauth.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

neo-local

Start a local NEO blockchain with a single command.

What?

  • Writing smart contracts requires a local version of the NEO blockchain to be running.
  • There are multiple services required to get this working.
  • This repo uses Docker Compose to package and run all of the services.

image

Usage

Install Docker Compose, then run:

make start

To stop:

make stop

Block Explorer

View what is happening on your local blockchain: http://localhost:4000

Components

The Docker Compose stack is made up of the following services:

Credit

This is a fork of @slipo's neo-scan-docker repo!

About

Start a local NEO blockchain with a single command

https://neoauth.org

License:MIT License


Languages

Language:Makefile 42.6%Language:Elixir 29.0%Language:Shell 24.2%Language:Python 4.2%