AstralisSomnium / Spread_Desktop

Spread.exe, spreads the Cardano rewards to be fair! The goal is that every pool mints a block
http://sprd-pool.org/
GNU General Public License v3.0
2 stars 1 forks source link

Replace desktop application with Website #13

Open AstralisSomnium opened 3 years ago

AstralisSomnium commented 3 years ago

Replace desktop application with Website.

It did not happen so far because we know it can be done better than a thick client, but due to validation limits on server-hosted APIs vs Daedalus wallet API. But we aim definitely to find a thin client solution later while Cardano APIs are evolving.

AstralisSomnium commented 2 years ago

Wiki: https://docs.cardano.org/plutus/learn-about-plutus

@NEX1S

AstralisSomnium commented 2 years ago

Possible solutions

Yoroi wallet API

For instance, Metamask has an API to retrieve the Etherum account and then the website can work with the wallet. If we could talk to the YOROI wallet via API then we could delegate the ADA to stake pools.

So far we could not find any available API for YOROI. Today I wrote to the YOROI support for more details about the API.

Smart contract

talk to the YOROI wallet via API then we could delegate the ADA to stake pools.

Today I created a feature request for smart contract team to have delegation permission since we could not find it in the API: https://github.com/input-output-hk/plutus/issues/4140