Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/golemfactory/golem

New Golem Network (aka Yagna)
https://github.com/golemfactory/golem

Last synced: about 1 month ago
JSON representation

New Golem Network (aka Yagna)

Awesome Lists containing this project

README

        

# Golem

Welcome to Golem's brave new world!

The development of Golem as a platform is now taking place in several new repositories.

Golem's new implementation is called `yagna` and resides in the [yagna](https://github.com/golemfactory/yagna) repository.

## Providers

To become a Golem provider, please follow the instructions in our [Provider's handbook](https://handbook.golem.network/provider-tutorials/provider-tutorial)

## Requestors

On the other hand, if you're interested in running or developing applications on Golem, please have a look at:

* [Requestor's handbook](https://handbook.golem.network/requestor-tutorials/)
* [Python API](https://github.com/golemfactory/yapapi)
* [JS API](https://github.com/golemfactory/yajsapi/)

## Clay Golem

Clay Golem has been discontinued and moved to the [clay](https://github.com/golemfactory/clay) repository.

If you'd like to continue to sync your local `git` repository, please update your origin with the new location:

```bash
git remote set-url origin https://github.com/golemfactory/clay.git
```