Any tutorial available for creating Daml Wallet

Hi all

Are there any turorials available for creating DAML wallet? Any pointers will be helpful…

Hi Yes there is. The Daml wallet app runs on Daml Hub at https://wallet.daml.app/. It has a tutorial built in. The source will be public starting wednesday Aug 3rd at .GitHub - digital-asset/wallet-sample-app. Let us know what you think!!

HI Chris

Thanks for the reply, however since last two days the url is not workiing for me https://wallet.daml.app.

I understand the github url will work post Aug 3rd…

Please let me know as soon as its up. Thanks again for your help…

Hi - You need to establish a Daml Hub account (free) to use the app. Can you send me a screenshot of what you are getting?

Chris

Hi Chris, i was abe to sort the error. Now i am wondering which underlyding ledger, my wallet is connected to? And how will i configure my wallet to connect to different ledgers?

@Shishir_Singh
The Wallet Sample App is connected to a Daml ledger (aka Canton Distributed Ledger). When you use the app running on Daml Hub, the app is connected to the Daml ledger running on Daml Hub, and there’s no provision to utilize any other ledger. If you build the app from the source code on Github and deploy the app and Canton nodes on your side, you have the option of backing the Daml ledger with a Postgres database or a blockchain like Hyperledger Fabric or Ethereum. See the Canton documentation for more details. Note that HLF and Etherium integration drivers are only available in the Canton Enterprise edition.

Thanks @a_putkov this answers my several queries. I believe you mean to say Ethereum in your message.

You’re very welcome.

I believe you mean to say Ethereum in your message.

Of course. Thank you for spotting the typo. I corrected it in the original post.

Hi @Chris_Olson I have setup my free DAML account but still I am not able to open this link
https://wallet.daml.app/

I am getting HTTP Error 404, can you please help

@tarunjais,
Welcome to Daml Forum and thank you for reporting the issue. We restored the app. It is now back up and running and you should be able to access it through the same URL.

thanks @a_putkov, now it’s working