Nodes
Create web3 Account
Creates a web3 account for your user. You can learn more about web3 accounts in Accounts & Profiles in the key concepts section.
While OPENFORMAT is currently in beta and on testnet, proper private key management is not a major concern. However, when moving to mainnet, you will need to consider secure key management solutions, such as Privy, to ensure the security of your users’ accounts.
Node Outputs
Key | Description |
---|---|
privateKey | The private key of the newly created web3 account. |
accountAddress | The public address of the newly created web3 account. |