Skip to content

kizzx2/docker-neo-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neo-cli

Docker image to easily run NEO-CLI client. This is also the easiest method to run NEO-CLI as a daemon as of writing.

Usage

Start syncing with RPC:

docker run --rm -it -p 10332:10332 -v $PWD/Chain:/neo-cli/Chain kizzx2/neo-cli

Start syncing with RPC on testnet:

docker run --rm -it -p 20332:20332 -v $PWD/Chain:/neo-cli/Chain kizzx2/neo-cli:testnet

Starting as a daemon:

docker run --name neo-cli -id --rm -p 10332:10332 kizzx2/neo-cli

Starting as a daemon with docker-compose:

Use the docker-compose.yml in the repository.

About

Docker image to run neo-cli in one line

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors