Skip to content

💰 An app that allow to earn money by executing computational work from other nodes

Notifications You must be signed in to change notification settings

alexanderoneone/RentMyCPU

 
 

Repository files navigation

RentMyCPU

An app made to compute tasks from other nodes in the network using your CPU and you earn money for that.

Project architecture

RentMyCPU.WebView: The client app.
RentMyCPU.Shared: shared resources used by other projects.
RentMyCPU.Web: the web app that manages all of the nodes.
RentMyCPU.WebView.RuntimeComponent: a component that is used inside app webview to handle IAP and notifications

How it works

This app works with webassembly files. These files are executed in a sandboxed environment (because uwp apps are sandboxed by default). You have the ability to execute a webassembly file on many nodes. To differentiate the node on which the webassembly file is executed, a numeric parameter is passed.

About

💰 An app that allow to earn money by executing computational work from other nodes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 61.2%
  • TypeScript 23.2%
  • HTML 13.4%
  • CSS 1.3%
  • JavaScript 0.9%