Replies: 1 comment
-
//Assuming user is already logged in.
async getPrivateKey() {
const privateKey = await web3auth.provider.request({
method: ""eth_private_key""
});
//Do something with privateKey
} See https://github.com/orgs/Web3Auth/discussions/322 to learn more about how you could do with other blockchains. It is not same as the client's secret key. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it the same as client's secret key?
Beta Was this translation helpful? Give feedback.
All reactions