Playing around with the non custodial wallet SDK and have two questions:
Will you be able to provide a code snippet to get the address of the wallet account generated? (front end, and backend if needed [routes etc.])
Will you be able to provide a code snippet to sign a typed data transaction? (EIP712) I want to be able to pass in the domain, types, and data and receive back a signed string. Exactly like the _signTypedData method in ethers.
For typed data signing, you can use our typed message API: Typed Message Signing
You can use the example listed in the docs with a small change in the source param: