Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sonm-io/core
- Owner: sonm-io
- License: gpl-3.0
- Created: 2017-07-26T12:57:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T13:20:09.000Z (over 1 year ago)
- Last Synced: 2024-04-29T22:22:25.033Z (8 months ago)
- Topics: docker, ethereum, golang, solidity, sonm
- Language: Go
- Homepage: https://sonm.com
- Size: 38.5 MB
- Stars: 358
- Watchers: 75
- Forks: 75
- Open Issues: 100
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
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
```