Hi concordium team
I am exploring the concordium docs and didn’t find any function to create the wallet address.
I am running a concordium mainent node in the hetzner server
You need to create an ID and an account with our mobile wallet or browser wallet. Once you’ve done that, you can export your keys and proceed with the Node SDK.
Hi Zoltan
Thanks for your response
I had done the steps like creating and exporting the wallet file from the concordium mobile wallet.
and also the function is the signMessage function is running giving this output
Thank you for your response. It seems there might have been some confusion in my previous message. If you’ve already created a wallet and an account in the mobile app, there’s no need to create another one.
Yeah that’s correct
but I need to create a user account from the Concordium node SDK for my exchange.
I need to create the Concordium wallet using the Corcordium nodejs SDK not from the already build Concordium wallet.
I need to do the wallet operations like
such as sending CCD (Concordium’s native cryptocurrency), checking balances, and managing keys.
Transaction Handling:
Create, sign, and send transactions to the Concordium blockchain using the SDK. Ensure proper error handling and transaction broadcasting.
The identity object is something you get from the identity provider. Currently the only practical way to get that in the format required is to do company identity issuance.
thanks @abizjak
No, I don’t have any company identity, I don’t know where I can create that.
I had only created the concordium mobile wallet and then verified my identity as a user.
If you have created the identity in your wallet you can export individual keys from it and use those.
In contrast to many other chains on Concordium you cannot freely create addresses. Each account has to be derived from an identity.
However Concordium does support the notion of account aliases. These are simply different addresses for the same account. Each account can have 2^24 aliases.
maybe if you explain your use-case we can provide better assistance.
this code is giving me this error
394ed483c967b5841f987e1be75d1768eafcf635eb908a5b655a6effd5411db1
The provided address 394ed483c967b5841f987e1be75d1768eafcf635eb908a5b655a6effd5411db1 is invalid as its length was not 50