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:
- DeFiChain Node software for running a node in DeFiChain network
- Docker Desktop application containerization technology
- Docker Compose a tool for defining and running containerized applications
Installation is a 2 step process assuming Docker Desktop is installed already.
git clone git@github.com:RomanShumkov/docker-defichain-node-arm64.git .
# 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
- Thank you u/crypto-pi for sharing your knowledge on reddit