Git Product home page Git Product logo

goshimmer's Introduction

goshimmer

Build Status

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 [email protected]:iotaledger/goshimmer.git

or if you prefer https over ssh

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

Verify that you have installed the minimal required go version (1.12.7):

go version

You can build your executable (as well as cross compiling for other architectures) by running the go build tool inside the just cloned folder goshimmer:

go build -o shimmer

On Windows:

ren shimmer shimmer.exe

You can then run by:

Linux

./shimmer

Windows

shimmer

Docker

To run Shimmer on docker, you must first build the image with

docker build -t iotaledger/goshimmer .

and then run it with

docker run --rm -it -v "$(pwd)/mainnetdb:/app/mainnetdb" iotaledger/goshimmer

You may replace $(pwd)/mainnetdb with a custom path to the database folder.

To start Shimmer in the background, you can also simply use Docker Compose by running

docker-compose up -d

goshimmer's People

Contributors

alexsporn avatar apenzk avatar bingyanglin avatar capossele avatar evanfeenstra avatar jkrvivian avatar luca-moser avatar martingravel avatar muxxer avatar nuriel77 avatar wollac avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.