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.
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.
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.