Skip to content
Discussions/App Development/Any tutorial available for creating Daml WalletForum ↗

Any tutorial available for creating Daml Wallet

App Development11 posts624 viewsLast activity Nov 2023
SH
Shishir_SinghOP
Aug 2022

Hi all

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

CH
Chris_Olson
Aug 2022

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

SH
Shishir_Singh
Aug 2022

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…

CH
Chris_Olson
Aug 2022

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

SH
Shishir_Singh
Aug 2022

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?

A_
a_putkov
Aug 2022

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

SH
Shishir_Singh
Aug 2022

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

A_
a_putkov
Aug 2022

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.

TA
tarunjais
Nov 2023

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

A_
a_putkov
Nov 2023

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

TA
tarunjais
Nov 2023

thanks @a_putkov, now it’s working

← Back to Discussions