mlabs-haskell / the-plutus-scaffold

Up-to-data version of plutus-scaffold. It's a fuller example utilizing ctl, see the overview in README. This project contains the build systems and scripts needed to scaffold a plutus project quickly.
10 stars 0 forks source link

Support all wallets in frontend #15

Closed zmrocze closed 1 year ago

zmrocze commented 1 year ago

For now we sticked to just eternl. The task is to support other wallets.

We should add some menu that opens on start where user can choose his preferred wallet and this initializes ContractParams for later contracts.

For completeness we could also query with isWalletAvailable and pick some wallet that is. But this creates UI problem - what if user wants other wallet. Also the first solution extends easily to the blockfrost support - at startup we just need to query for blockfrost api keys, once, and initialize ContractParams.

zmrocze commented 1 year ago

covered by #16