Skip to content
Snippets Groups Projects
README.md 1.51 KiB

goshimmer

Run Shimmer

First, you need to install Go if it is not already installed on your machine. It is recommended that you use the most recent version of Go.

Requirements

  • gcc: Some packages in this repo might require to be compiled by gcc. Windows users can install MinGW-gcc.

Build

If you need to develop locally and be able to build by using your local code, i.e., without waiting for pushing your commits on the repo, clone the repository directly inside the src/github.com/iotaledger/ folder of your $GOPATH with the command:

git clone git@github.com:iotaledger/goshimmer.git

or if you prefer https over ssh

git clone https://github.com/iotaledger/goshimmer.git