/docker-defichain-node-arm64

Easy-to-set-up playground for experimenting with DeFiChain node on arm64 processor.

Primary LanguageDockerfile

DeFiChain Node (arm64) Playground

Easy-to-set-up playground for experimenting with DeFiChain node on arm64 processor (e.g. Apple M1).

In case of x86_64 processor consider using official docker image.

Main building blocks:

Installation

Installation is a 2 step process assuming Docker Desktop is installed already.

Step 1: Clone the repo

git clone git@github.com:RomanShumkov/docker-defichain-node-arm64.git .

Step 2: Install

# Could take 15+ minutes to complete (building from source and setting up the node)
docker-compose up -d

You should now be able to run defi-cli commands. For example:

docker-compose exec defichain-node defi-cli -testnet -getinfo

Credits