A simple tool to download and import the latest Scala blockchain file. It uses IPFS to fetch the files, by running an ephemeral node underneath.
To download and import the blockchain on first start
./scala-blockchain-downloader
The tool is written in Go and can be cross-compiled to Linux, Windows and MacOS.
- Install Go
- Clone the repository
git clone https://github.com/scala-network/scala-blockchain-downloader
cd scala-blockchain-downloader
- Make for all platforms
make
All the binaries will be found in the bin/
directory.
Please see LICENSE file.