Skip to content

A CLI application for downloading and importing the Scala Blockchain database from IPFS

License

Notifications You must be signed in to change notification settings

scala-network/scala-blockchain-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala Blockchain Downloader

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.

img

Common uses

To download and import the blockchain on first start

./scala-blockchain-downloader

Compiling

The tool is written in Go and can be cross-compiled to Linux, Windows and MacOS.

Linux

  • Install Go

https://golang.org/dl/

  • 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.

License

Please see LICENSE file.

About

A CLI application for downloading and importing the Scala Blockchain database from IPFS

Resources

License

Stars

Watchers

Forks

Packages

No packages published