Track Awesome Golem Updates Daily
A community-curated list of awesome projects and resources related to the Golem peer-to-peer computational resources marketplace.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 golemfactory/awesome-golem · ⭐ 169 · 🏷️ Decentralized Systems
Jan 17, 2024
Golem
- Golem Network Discord - Join the Golem Network community on Discord and chat directly with the team.
Provider Resources
- Provider Tutorial - Get started as a Provider on Golem Network using the handbook.
Presentations and Workshop Material
- Golem: Distributed parallel computing with JavaScript - Presentation from Grzegorz Godlewski on Distributed Parallel Computing with JavaScript, based on Golem Network (meet.js Summit 2023).
Apps / Password Recovery
- Yacat - Hashcat password-recovery step-by-step.
Jan 15, 2024
Developer and Requestor Resources
- Golem Docs - A manual for Golem (both for Requestors and Providers).
- Python API Reference - Yapapi API Reference.
- JS Requestor Quickstart - Get started quickly and create your first tasks/request on Golem.
Feb 01, 2023
Apps / Data Analysis
- 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.
Jun 29, 2022
Apps / CLI Tools
- gc__push_image (⭐0) - A CLI tool that publishes the GVMI image to Skynet, making users able to change the image_url without self-hosting/giving up control.
May 13, 2022
Monitoring
- Golem Provider dashboard (⭐5) - ReactJS dashboard made to quickly gather status from your provider nodes without having to SSH into them.
Apps / Testing
- ThorgPress (⭐1) - A tool to benchmark providers and unveil their true capabilities beyond what can be seen through the marketplace.
Jan 28, 2022
Provider Resources
- Golem Price Updater (⭐4) - Automatically adjust the price for your Golem node based on the current price of GLM.
Dec 27, 2021
Provider Resources
- Automatically update provider node prices - Script that checks the median of the prices on stats.golem.network and updates all 3 values on the provider node related to price.
Dec 18, 2021
Apps / Miscellaneous
- golem-bulk-image-handler (⭐0) - Takes an input image and processes it in many different ways using the Pillow library.
Nov 17, 2021
Apps / VPN
- Golem Provider with network access (⭐1) - A requstor that acts as a http proxy for running providers, allowing them to access the wider internet.
Nov 12, 2021
Apps / Miscellaneous
- Gc__ListOffers (⭐3) - List offers by providers on the Golem Network with a GUI.
Nov 02, 2021
Apps / Miscellaneous
- Filterms (⭐2) - Market-strategy for whitelisting or blacklisting as a Golem requestor (yapapi).
Oct 13, 2021
Apps / Video Transcoding and Editing
- Golem Network Video Transcoder (⭐0) - Sample app to transcode videos. Select your transcoding profile and then upload your videos.
- Golem Transcoding requestor (⭐4) - React + Spring based webapp accepting video files as input and transcoding these files into different formats.
- Golem Auto Editor (⭐4) - Run Auto-Editor to automatically perform some video editing functions, offload the video processing to Golem.
Oct 08, 2021
Apps / VPN
- Yagna httpx client (⭐1) - VPN usage on Yagna demonstrating communication with a provider-based HTTP server the way you communicate with any other HTTP server.
Sep 30, 2021
Apps / CLI Tools
- Golem Completion Engine (⭐0) - Enhanced bash completion engine that extends built-in completions by providing contextual help for golemsp and yagna.
Sep 21, 2021
Apps / Data Analysis
- Full-Text Search Engine (⭐1) - A search engine service that goes through text files.
Sep 19, 2021
GitHub Digest Blog Series
- Golem GitHub Digest #16 - VPN, ARM binaries for requestors, and custom usage counters.
Apps / Machine Learning
- Golem Image Classifier (⭐4) - Train and classify images through an active service.
Sep 11, 2021
Provisioning
- Ansible ya_provider - Ansible role that deploys a Golem provider automatically with minimal configuration required.
Aug 23, 2021
GitHub Digest Blog Series
- Golem GitHub Digest #15 - Awesome, Goth improvements and towards Beta 3.
Aug 12, 2021
Apps / RNG
- Entropythief (⭐3) - 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).
Jul 29, 2021
GitHub Digest Blog Series
- Golem GitHub Digest #14 - Towards the next major release.
Jul 27, 2021
Apps / CLI Tools
- Golocity (⭐7) - Build and deploy your dockerized applications on the Golem Network in just two commands.
Jun 23, 2021
Provider Resources
- Yagna-binaries for aarch64 (⭐7) - Build for 64 bit arm architecture to be able to run as a provider on a system such as a Raspberry Pi.
Apps / Data Optimization
- Mutta Puffs (⭐1) - Sports league scheduler that solves the Travelling Tournament Problem for a given set of teams using Population-based Simulated Annealing.
Jun 21, 2021
Network Statistics
- Stats API Documentation - API endpoints that the Golem Network Stats page uses to display its data.
Jun 10, 2021
Network Statistics
- Golem Network Stats - Statistics tracking tasks and provider resource utilization in the Golem Network.
- Golem Stats backend (⭐1) - Backend of the Golem Network Statistics page including API endpoint URLs.
Jun 04, 2021
Apps / Games
- Golem Fleet Battle Simulator (⭐3) - 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.
May 27, 2021
Monitoring
- Golem Provider dashboard backend / GolemBar (⭐2) - Flask backend that collects the data from the provider that's then used with the dashboard project above.
Provisioning
- Golem Provider Terraform (⭐2) - Terraform script to automatically deploy a Golem Provider on a cloud provider and setup monitoring using prometheus.
- Automatic Golem (⭐8) - Setup a Golem Provider with simple instructions and logs guiding you through the process.
- Golem Provider Node (⭐16) - Docker version of a node to help you get started running as a provider in a Docker container quick.
- Golem Provider node (⭐7) - 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.
Presentations and Workshop Material
- Golem: Architecture, SDKs and tips with Jakub Mazurek at 0xHack - 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 - Introduction to the Yagna implementation of Golem.
Apps
- Chess On Golem - Hosted Chess app to play against the providers of the network utilizing the Stockfish open source Chess engine.
Apps / Docker
- Golem Requestor Node (⭐6) - Dockerized requestor environment. Pass in the py script, it sets up the daemon and runs it.
Apps / Testing
- Golem Test Harness (Goth) (⭐10) - Tool with the purpose of speeding up your development process and making it more enjoyable for application creators.
- Golem-afl (⭐2) - An experimental test-fuzzing framework. Assists in finding security holes.
- Golem Cargo Test (⭐1) - An adaptive distributed test executor for Rust projects.
- Golem SLATE (⭐6) - Open source repository for Golem SLATE described in the above Apps section.
Apps / Games
- HSOG-requester (⭐0) - Helps the HearthStone community in the design and building of decks by running a large number of simulated games.
- ChessOnGolem (⭐11) - 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.
Apps / Data Analysis
- Flan (⭐2) - 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 (⭐0) - A system of three coupled, first-order, nonlinear differential equations which describe the trajectory of a particle through time.
- Golem Geomandel (⭐0) - Python script for generating sequences of Mandelbrot images centered on a single point and with zoom increasing in each image.
- Golem COVID (⭐1) - Creates images of new deaths per million related to COVID. After all images generated, it will gather them and create a gif.
Apps / Data Simulation
- cadCAD Golem (⭐4) - Package wrapper for cadCAD to dispatch the simulation workload to multiple Golem nodes. Supports Jupyter Notebook.
- Limit visualization (⭐1) - Plots graphs with various limits. Supports discontinous graphs.
- GolemGraphWavePair (⭐1) - Generates graph frames, then combine them into an animation.
- Golemized strong-gravitational-lense (⭐1) - Simple distributed computing hack that simulates a physical phenomena called gravitional lensing.
Apps / Data Optimization
- No more COFUD (⭐0) - Calculates how to fit the most people into a space while keeping 2 meters distance between each other.
Apps / RNG
- Gandom (⭐0) - Extract random streams from providers. Supports two PRNGs, one based on Chaos machines and the other that makes use of Sodium.
Apps / DeFi
- Golem Staking Pool incentivize system for GLM holders (⭐6) - A smart contract in order to provide the opportunity of yield farming for GLM token holders.
- Magic-doll (⭐0) - 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.
Apps / User Interfaces
- Golem UI (⭐0) - Electron user interface for Yagna.
Apps / Miscellaneous
- gvm-vim (⭐0) - Golemized docker image for compiling the VIM editor.
May 26, 2021
Golem
- Golem Network Platform - Learn the Golem platform on the official Golem Network website.
Developer and Requestor Resources
- Yagna tag on Stack Overflow - Use the Yagna tag if you have an interesting question you'd like answered.
Unraveling Golem's The Next Milestone Blog Series
- Unraveling Golem's The 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 - The elements of Golem's reference architecture, and illustrates how they interact to form a working ecosystem, being the Golem Network.
Apps
- Go le' Machin (⭐1) - Web based bulk image editor that allows users to upload multiple images and apply bulk actions to them.
Apps / Testing
- Golem CI (⭐5) - Decentralized task pipeline.
Apps / Games
- Golem Sudoku (⭐1) - Game of Sudoku with size variants.
Apps / Data Analysis
- Golem Parallel Matplotlib (⭐0) - Various statistical analyses are performed on circadian rhythm measurements in human test subjects.
Apps / Data Simulation
- Golem Array (⭐6) - Antenna array design and simulation.
Apps / Data Optimization
- Golem or-tools (⭐0) - Uses the or-tools Constraint Programming library to solve problems.
Apps / Machine Learning
- DeML-Golem (⭐40) - Decentralised Machine Learning using Federated Learning to combine the sub-step models, it trains on different provider nodes into a full fleged model.
Apps / Deep Learning
- Mlg (⭐1) - CNN predict services, a deep learning application that distributes popular CNNs pre-trained with ImageNet datasets.
- Deepart Golem (⭐2) - Makes art using distributed computing by running a tensorflow app, uploading your content and style picture.
Apps / Password Recovery
- Golem-JTR (⭐0) - Run John The Ripper to recover a password.
Apps / Miscellaneous
- Golem Image Sharpening (⭐0) - A tool to sharpen images.
May 19, 2021
Developer and Requestor Resources
- Releases List (⭐328) - GitHub releases of Yagna.
GitHub Digest Blog Series
- Golem GitHub Digest #1 - Understanding the Golem Repositories.
- Golem GitHub Digest #2 - Diving into the Golem Repositories.
- Golem GitHub Digest #3 - Diving into Pull Requests of the Golem repositories.
- Golem GitHub Digest #4 - Diving into latest releases in the Golem repositories.
- Golem GitHub Digest #5 - Diving into the Golem alpha testnet.
- Golem GitHub Digest #6 - SGX proof-of-concept for Golem.
- Golem GitHub Digest #7 - Decentralization of the Golem marketplace.
- Golem GitHub Digest #8 - Awesome Golem and next steps to Alpha 3.
- Golem GitHub Digest #9 - AMD provider support, network metrics and improved proposal handling.
- Golem GitHub Digest #10 - Improvements from community feedback.
- Golem GitHub Digest #11 - Easy log collection.
- Golem GitHub Digest #12 - We are on MAINNET and gathering feedback.
- Golem GitHub Digest #13 - Progressing faster with the help of the Golem community.
Oct 29, 2020
Golem
- Reddit - Golem Network discussion on the Reddit platform.
- Twitter - The Golem Project Twitter.
- Blog - The official blog where you can find the most reliable information on announcements, summaries and updates.