Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -1,12 +1,12 @@
 Awesome Golem !Awesome (https://awesome.re/badge.svg) (https://awesome.re) !awesome-lint (https://github.com/golemfactory/awesome-golem/actions/workflows/main.yml/badge.svg) 
 (https://github.com/golemfactory/awesome-golem/actions/workflows/main.yml/badge.svg)
 Awesome Golem !Awesome (https://awesome.re/badge.svg) (https://awesome.re) !awesome-lint (https://github.com/golemfactory/awesome-golem/actions/workflows/main.yml/badge.svg) 
 (https://github.com/golemfactory/awesome-golem/actions/workflows/main.yml/badge.svg)
 (https://golem.network/)
▐ Welcome to Awesome Golem, a community-curated list of resources, links, projects, tools and applications on Golem!
The users of Golem run the reference implementation in the form of the Rust implementation, Yagna. Together the users make up the Golem Network, a P2P marketplace for computational resources 
where individuals can act as one of the two non-exclusive roles; a provider selling idle resources, or a requestor buying resources to run tasks.
The users of Golem run the reference implementation in the form of the Rust implementation, Yagna. Together the users make up the Golem Network, a P2P marketplace for computational resources where individuals can act as one of the two 
non-exclusive roles; a provider selling idle resources, or a requestor buying resources to run tasks.
Contents
@@ -51,42 +51,38 @@
GPU Provider
We want to extend the capabilities of Golem Network for GPU workloads. Project status is available on the pinned messages of the dedicated GPU Provider channel on our Discord 
(https://chat.golem.network/). You can find it under #golem-projects.
We want to extend the capabilities of Golem Network for GPU workloads. Project status is available on the pinned messages of the dedicated GPU Provider channel on our Discord (https://chat.golem.network/). You can find it under 
#golem-projects.
Ray on Golem
Ray on Golem (https://github.com/golemfactory/ray-on-golem) is an exciting integration with Ray, a distributed computing framework, to provide an easier way of accessing the Golem Network for
Python developers.
Ray on Golem (https://github.com/golemfactory/ray-on-golem) is an exciting integration with Ray, a distributed computing framework, to provide an easier way of accessing the Golem Network for Python developers.
golem-js - the JS SDK from Golem
golem-js (https://github.com/golemfactory/golem-js) is a library and set of developer tools and docs that are aimed to enable developers to create Golem applications running in Node.js or 
browser context.
golem-js (https://github.com/golemfactory/golem-js) is a library and set of developer tools and docs that are aimed to enable developers to create Golem applications running in Node.js or browser context.
Jupyter on Golem
Jupyter on Golem (https://github.com/golemfactory/golem-kernel-python) is a JupyterLab Python kernel that empowers you to run your Python Notebooks using the decentralized resources available
on the Golem Network. 
Jupyter on Golem (https://github.com/golemfactory/golem-kernel-python) is a JupyterLab Python kernel that empowers you to run your Python Notebooks using the decentralized resources available on the Golem Network. 
Rendering on Golem
In close collaboration with Reality Games, we've developed a service that activates Golem's providers for rendering personalized building animations as a (web2) proof-of-ownership for 
ERC-1155 tokens. Learn more here (https://reality.golem.network/) 
In close collaboration with Reality Games, we've developed a service that activates Golem's providers for rendering personalized building animations as a (web2) proof-of-ownership for ERC-1155 tokens. Learn more here 
(https://reality.golem.network/) 
Reputation System
The Reputation System goal is to address the challenges of trust and reliability in the network where anyone can participate as a provider or requestor without any sort of identification. The
system aims to establish a framework of trust, ensuring secure and reliable interactions between participants on the network.
The Reputation System goal is to address the challenges of trust and reliability in the network where anyone can participate as a provider or requestor without any sort of identification. The system aims to establish a framework of 
trust, ensuring secure and reliable interactions between participants on the network.
Ecosystem
Blockchain Automations (aka Emeth.xyz)
Emeth specializes in DeFi (Decentralized Finance) portfolio management and blockchain automations. It leverages Golem's technology to offer tools for automation and simplification of 
managing DeFi investments. The platform focuses on enhancing the ease and efficiency of operating within the DeFi space. It combines user-friendly interfaces with sophisticated analytics, 
catering to the needs of both novice and experienced DeFi users.
Emeth specializes in DeFi (Decentralized Finance) portfolio management and blockchain automations. It leverages Golem's technology to offer tools for automation and simplification of managing DeFi investments. The platform focuses on 
enhancing the ease and efficiency of operating within the DeFi space. It combines user-friendly interfaces with sophisticated analytics, catering to the needs of both novice and experienced DeFi users.
Developer and Requestor Resources
@@ -101,43 +97,38 @@
- Provider Tutorial (https://docs.golem.network/docs/providers/provider-installation) - Get started as a Provider on Golem Network using the handbook.
- Yagna-binaries for aarch64 (https://github.com/MarijnStevens/yagna-binaries) - Build for 64 bit arm architecture to be able to run as a provider on a system such as a Raspberry Pi.
- Automatically update provider node prices (https://gist.github.com/sv3t0sl4v/28f896752edc9e20347ffc6d8cefe74c) - Script that checks the median of the prices on stats.golem.network and 
updates all 3 values on the provider node related to price.
- Automatically update provider node prices (https://gist.github.com/sv3t0sl4v/28f896752edc9e20347ffc6d8cefe74c) - Script that checks the median of the prices on stats.golem.network and updates all 3 values on the provider node related 
to price.
- Golem Price Updater (https://github.com/jedbrooke/golem-price-updater) - Automatically adjust the price for your Golem node based on the current price of GLM.
Monitoring
- Golem Provider dashboard (https://github.com/vciancio/golem-dashboard) - ReactJS dashboard made to quickly gather status from your provider nodes without having to SSH into them.
- Golem Provider dashboard backend / GolemBar (https://github.com/vciancio/golem-node-server) - Flask backend that collects the data from the provider that's then used with the dashboard 
project above.
- Golem Provider dashboard backend / GolemBar (https://github.com/vciancio/golem-node-server) - Flask backend that collects the data from the provider that's then used with the dashboard project above.
Provisioning
- Ansible ya_provider (https://galaxy.ansible.com/golemfactory/ya_provider) - Ansible role that deploys a Golem provider automatically with minimal configuration required.
- Golem Provider Terraform (https://github.com/nemani/golem-provider-terraform) - Terraform script to automatically deploy a Golem Provider on a cloud provider and setup monitoring using 
prometheus.
- Golem Provider Terraform (https://github.com/nemani/golem-provider-terraform) - Terraform script to automatically deploy a Golem Provider on a cloud provider and setup monitoring using prometheus.
- Automatic Golem (https://github.com/r34x/Automatic-Golem) - Setup a Golem Provider with simple instructions and logs guiding you through the process.
- Golem Provider Node (https://github.com/alexandre-abrioux/golem-node) - Docker version of a node to help you get started running as a provider in a Docker container quick.
- Golem Provider node (https://github.com/blue-notes-robot/golem-node) - Fork of Alxexandre-abrioux project above that allows to dynamically generate config files from ENV variables and 
specify how many replicas you'd like to spawn.
- Golem Provider node (https://github.com/blue-notes-robot/golem-node) - Fork of Alxexandre-abrioux project above that allows to dynamically generate config files from ENV variables and specify how many replicas you'd like to spawn.
Learning Resources
Presentations and Workshop Material
- Golem: Distributed parallel computing with JavaScript (https://www.youtube.com/watch?v=2iUhqOJUsoI) - Presentation from Grzegorz Godlewski on Distributed Parallel Computing with JavaScript,
based on Golem Network (meet.js Summit 2023).
- Golem: Architecture, SDKs and tips with Jakub Mazurek at 0xHack (https://youtu.be/1UoZWC9XI2g) - Live workshop diving into how any developer with Python or JS coding experience can start 
build applications running on Golem.
- Golem: Distributed parallel computing with JavaScript (https://www.youtube.com/watch?v=2iUhqOJUsoI) - Presentation from Grzegorz Godlewski on Distributed Parallel Computing with JavaScript, based on Golem Network (meet.js Summit 
2023).
- Golem: Architecture, SDKs and tips with Jakub Mazurek at 0xHack (https://youtu.be/1UoZWC9XI2g) - Live workshop diving into how any developer with Python or JS coding experience can start build applications running on Golem.
 
Unraveling Golem's The Next Milestone Blog Series
- Unraveling Golem's The Next Milestone (https://blog.golemproject.net/next-milestone) - Introduction to the Yagna implementation of Golem.
- Unraveling Golem's The Next Milestone, Part II (https://blog.golemproject.net/next-milestone-part-ii/) - Fundamental architectural concepts which constitute the foundations of the new 
implemenation of Golem, Yagna.
- Unraveling Golem's The Next Milestone, Part III (https://blog.golemproject.net/next-milestone-part-iii/) - The elements of Golem's reference architecture, and illustrates how they interact 
to form a working ecosystem, being the Golem Network.
- Unraveling Golem's The Next Milestone, Part II (https://blog.golemproject.net/next-milestone-part-ii/) - Fundamental architectural concepts which constitute the foundations of the new implemenation of Golem, Yagna.
- Unraveling Golem's The Next Milestone, Part III (https://blog.golemproject.net/next-milestone-part-iii/) - The elements of Golem's reference architecture, and illustrates how they interact to form a working ecosystem, being the Golem 
Network.
GitHub Digest Blog Series
@@ -185,27 +176,22 @@
VPN
- Yagna httpx client (https://github.com/golemfactory/ya-httpx-client/tree/johny-b/vpn) - VPN usage on Yagna demonstrating communication with a provider-based HTTP server the way you 
communicate with any other HTTP server.
- Golem Provider with network access (https://github.com/jedbrooke/golem-network-requestor) - A requstor that acts as a http proxy for running providers, allowing them to access the wider 
internet.
- Yagna httpx client (https://github.com/golemfactory/ya-httpx-client/tree/johny-b/vpn) - VPN usage on Yagna demonstrating communication with a provider-based HTTP server the way you communicate with any other HTTP server.
- Golem Provider with network access (https://github.com/jedbrooke/golem-network-requestor) - A requstor that acts as a http proxy for running providers, allowing them to access the wider internet.
Games
- Golem Sudoku (https://github.com/Dodecane/golem-sudoku) - Game of Sudoku with size variants.
- HSOG-requester (https://github.com/ChrisHelmsC/hsog-requestor) - Helps the HearthStone community in the design and building of decks by running a large number of simulated games.
- ChessOnGolem (https://github.com/broadcastmonkey/ChessOnGolem) - Open source repository for Chess described in first Apps section. Includes React frontend for the 2 AI's playing against 
each other through the Golem backend.
- Golem Fleet Battle Simulator (https://github.com/UnfortuN8/Golem-Fleet-Battle-Simulator) - System for calculating the results of a battle between two opposing starship fleets. Used in the 
iOS game Rock Paper Frigate to determine the result of PvP fleet battles.
- ChessOnGolem (https://github.com/broadcastmonkey/ChessOnGolem) - Open source repository for Chess described in first Apps section. Includes React frontend for the 2 AI's playing against each other through the Golem backend.
- Golem Fleet Battle Simulator (https://github.com/UnfortuN8/Golem-Fleet-Battle-Simulator) - System for calculating the results of a battle between two opposing starship fleets. Used in the iOS game Rock Paper Frigate to determine the 
result of PvP fleet battles.
CLI Tools
- Golem Completion Engine (https://github.com/krunch3r76/gc__enhanced_completion) - Enhanced bash completion engine that extends built-in completions by providing contextual help for golemsp 
and yagna.
- Golem Completion Engine (https://github.com/krunch3r76/gc__enhanced_completion) - Enhanced bash completion engine that extends built-in completions by providing contextual help for golemsp and yagna.
- Golocity (https://github.com/davidstyers/golocity) - Build and deploy your dockerized applications on the Golem Network in just two commands.
- gc__push_image (https://github.com/figurestudios/gc__push_image) - A CLI tool that publishes the GVMI image to Skynet, making users able to change the image_url without self-hosting/giving 
up control.
- gc__push_image (https://github.com/figurestudios/gc__push_image) - A CLI tool that publishes the GVMI image to Skynet, making users able to change the image_url without self-hosting/giving up control.
Video Transcoding and Editing
@@ -214,14 +200,12 @@
- Golem Auto Editor (https://github.com/jedbrooke/golem-auto-editor) - Run Auto-Editor to automatically perform some video editing functions, offload the video processing to Golem.
Data Analysis
- Coacervate (https://github.com/pryce-turner/coacervate/) - Coacervate is a free and open-source public good that lets you easily run genomic analyses on an extremely low-cost global 
supercomputer; democratizing access to the knowledge and infrastructure required to carry out groundbreaking research.
- Flan (https://github.com/nestorbonilla/flan) - Tool for entrepreneurs that provide customized analysis of millions of worldwide trade value records giving them a bold guideline about what 
sectors they would need to take more attention to.
- Golem Lorenz-attractor (https://github.com/hhio618/golem-lorenz-attractor) - A system of three coupled, first-order, nonlinear differential equations which describe the trajectory of a 
particle through time.
- Golem Geomandel (https://github.com/Edhendil/golem-geomandel) - Python script for generating sequences of Mandelbrot images centered on a single point and with zoom increasing in each 
image.
- Coacervate (https://github.com/pryce-turner/coacervate/) - Coacervate is a free and open-source public good that lets you easily run genomic analyses on an extremely low-cost global supercomputer; democratizing access to the knowledge
and infrastructure required to carry out groundbreaking research.
- Flan (https://github.com/nestorbonilla/flan) - Tool for entrepreneurs that provide customized analysis of millions of worldwide trade value records giving them a bold guideline about what sectors they would need to take more attention
to.
- Golem Lorenz-attractor (https://github.com/hhio618/golem-lorenz-attractor) - A system of three coupled, first-order, nonlinear differential equations which describe the trajectory of a particle through time.
- Golem Geomandel (https://github.com/Edhendil/golem-geomandel) - Python script for generating sequences of Mandelbrot images centered on a single point and with zoom increasing in each image.
- Golem COVID (https://github.com/iRhonin/golem-covid) - Creates images of new deaths per million related to COVID. After all images generated, it will gather them and create a gif.
- Golem Parallel Matplotlib (https://github.com/CoeJoder/golem-parallel-matplotlib) - Various statistical analyses are performed on circadian rhythm measurements in human test subjects.
- Full-Text Search Engine (https://github.com/niklr/golem-fulltext-search) - A search engine service that goes through text files.
@@ -232,19 +216,16 @@
- Golem Array (https://github.com/johngrantuk/golem-array) - Antenna array design and simulation.
- Limit visualization (https://github.com/vporton/limit-visualization) - Plots graphs with various limits. Supports discontinous graphs.
- GolemGraphWavePair (https://github.com/smiley1983/golemGraphWavePair) - Generates graph frames, then combine them into an animation.
- Golemized strong-gravitational-lense (https://github.com/rezahsnz/golemized-strong-gravitational-lense) - Simple distributed computing hack that simulates a physical phenomena called 
gravitional lensing.
- Golemized strong-gravitational-lense (https://github.com/rezahsnz/golemized-strong-gravitational-lense) - Simple distributed computing hack that simulates a physical phenomena called gravitional lensing.
Data Optimization
- Golem or-tools (https://github.com/Doc-Saintly/golem-ortools) - Uses the or-tools Constraint Programming library to solve problems.
- No more COFUD (https://github.com/DEUTSCHKLUB/no-more-COFUD) - Calculates how to fit the most people into a space while keeping 2 meters distance between each other.
- Mutta Puffs (https://github.com/DeveloperInProgress/Mutta-Puffs) - Sports league scheduler that solves the Travelling Tournament Problem for a given set of teams using Population-based 
Simulated Annealing.
- Mutta Puffs (https://github.com/DeveloperInProgress/Mutta-Puffs) - Sports league scheduler that solves the Travelling Tournament Problem for a given set of teams using Population-based Simulated Annealing.
Machine Learning
- DeML-Golem (https://github.com/anshuman73/DeML-Golem) - Decentralised Machine Learning using Federated Learning to combine the sub-step models, it trains on different provider nodes into a 
full fleged model.
- DeML-Golem (https://github.com/anshuman73/DeML-Golem) - Decentralised Machine Learning using Federated Learning to combine the sub-step models, it trains on different provider nodes into a full fleged model.
- Golem Image Classifier (https://github.com/ControlCplusControlV/Golem-Image-Classifier) - Train and classify images through an active service.
Deep Learning
@@ -253,8 +234,7 @@
RNG
- Gandom (https://github.com/rezahsnz/gandom) - Extract random streams from providers. Supports two PRNGs, one based on Chaos machines and the other that makes use of Sodium.
- Entropythief (https://github.com/krunch3r76/entropythief) - Get random entropy at a steal of a rate from multiple providers utilizing the linux entropy source or Intel's RDRAND cpu 
instruction (inspired by Gandom).
- Entropythief (https://github.com/krunch3r76/entropythief) - Get random entropy at a steal of a rate from multiple providers utilizing the linux entropy source or Intel's RDRAND cpu instruction (inspired by Gandom).
Password Recovery
- Golem-JTR (https://github.com/hhio618/golem-jtr) - Run John The Ripper to recover a password.
@@ -262,10 +242,9 @@
DeFi
- Golem Staking Pool incentivize system for GLM holders (https://github.com/masaun/GLM-stake-pool) - A smart contract in order to provide the opportunity of yield farming for GLM token 
holders.
- Magic-doll (https://github.com/bakaoh/magic-doll) - Sumer is a DeFi application that people may delegate their Splinterland card to earn passive income. Its core is Kyle, a Golem app that 
does all the computation to pick the best team to play for each match.
- Golem Staking Pool incentivize system for GLM holders (https://github.com/masaun/GLM-stake-pool) - A smart contract in order to provide the opportunity of yield farming for GLM token holders.
- Magic-doll (https://github.com/bakaoh/magic-doll) - Sumer is a DeFi application that people may delegate their Splinterland card to earn passive income. Its core is Kyle, a Golem app that does all the computation to pick the best team
to play for each match.
User Interfaces