Skip to content

The Renderhive Service App is the main app of the Renderhive project

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

renderhive-project/renderhive-service-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Renderhive Service App

About the Renderhive Project

This project was created to establish the first fully decentralized crowdrendering platform for Blender built on the Web3 technologies of Hedera Hashgraph and IPFS / Filecoin. The aim is to gather the latent CPU/GPU power of the Blender community by creating a free marketplace where Blender artists can buy and sell rendering time on each others computers in times they don't need it for their own projects.

Please visit https://www.renderhive.io to learn more about the project.

Contact

About this repository

This repository contains the open source code of the Renderhive Service App. This is the central app that will run on each node of the Renderhive network.

Build and run the App

1. Install software dependencies

Please download and install the following software, if you want to test the Renderhive software:

2. Create a Hedera testnet account

The app currently runs on the Hedera testnet only and requires you to create a testnet account. This can be achieved via the Hedera developer portal or using the Hashpack wallet.

3. Clone the repository

git clone https://github.com/renderhive-projects/renderhive-service-app.git

4. Build the docker images

Once the docker-compose.yml was modified, cd into main folder of the code to build the renderhive images using the docker-compose command:

cd ..
docker-compose -p renderhive build

Depending on your hardware, the compilation process may take a while (e.g., 5 - 10 min on an (Intel-based) MacBook Pro 2020).

5. Run the docker container

To spin up the renderhive service app, you now need to start the docker containers via docker-compose

docker-compose -p renderhive up

6. Renderhive webapp

Since the code base is still under heavy construction, the existing development frontend is mainly there to test important functionalities during the development. Therefore, the workflows are not streamlined yet. For example, the Renderhive app uses a self-signed SSL certificate to establish a HTTPS connection between the backend and frontend. When you open the frontend via

https://localhost:5173/

the browser will warn you about the self-signed (not trusted) certificate. This is just a quick-and-dirty implementation of HTTPS for development purposes and will change in later versions. So, please skip the warning for now. You should now see the development frontend.

renderhive_frontend_preview

Contributing

If you want to contribute, feel free to create a pull request. When pushing commits, make sure that local files (e.g., your configuration files) are not included, since it contains your private testnet account details.