Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/golemfactory/golem
- Owner: golemfactory
- License: gpl-3.0
- Created: 2021-03-09T13:59:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-09T15:09:08.000Z (over 3 years ago)
- Last Synced: 2024-10-01T04:29:07.894Z (about 1 month ago)
- Size: 29.3 KB
- Stars: 18
- Watchers: 7
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crypto-whitepapers - code
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
```