This guide provides two ways for CYPHER quickstart:
- Set up a FullNode using the official tools: providing a wealth of configurable parameters to startup a FullNode
- Set up a complete private network for Cypher development
Please download and install the latest Docker from Docker official website:
Clone the cypher-node repo from github and enter the directory cypher-node:
git clone https://github.com/Karthigasrini/cypher-node.git
cd cypher-node
Use below command to start the build:
docker build -t cypher-node .
You can run the command below to start the java-cypher:
docker run -e PRIVATE_KEY="your_private_key_here" -d your_image_id