Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sonm-io/core

Decentralized Fog Computing Platform
https://github.com/sonm-io/core

docker ethereum golang solidity sonm

Last synced: 28 days ago
JSON representation

Decentralized Fog Computing Platform

Awesome Lists containing this project

README

        


SONM preview

SONM Core


Official core client

---

[![Build Status](https://travis-ci.org/sonm-io/core.svg?branch=master)](https://travis-ci.org/sonm-io/core)
[![Build status](https://ci.appveyor.com/api/projects/status/01d7cpccwi8scwqp/branch/master?svg=true)](https://ci.appveyor.com/project/Sokel/core/branch/master)
[![codecov](https://codecov.io/gh/sonm-io/core/branch/master/graph/badge.svg)](https://codecov.io/gh/sonm-io/core)
[![docs](https://svg-badge.appspot.com/badge/docs/ready?color=1578b6)](https://docs.sonm.io/getting-started)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sonm-io_core/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
[![Go Report Card](https://goreportcard.com/badge/github.com/sonm-io/core)](https://goreportcard.com/report/github.com/sonm-io/core)

### Documentation

Full documentation and frequently asked questions are available [here](https://docs.sonm.io/).

### Install

You can download binaries from the [releases page](https://github.com/sonm-io/core/releases/latest).

Packages for Debian and Ubuntu are available at [packagecloud](https://packagecloud.io/SONM/core).

### Build

If you want to build all components by yourself:

```
git clone https://github.com/sonm-io/core.git
make build
```